QTfrontend/ui/widget/gamecfgwidget.h
changeset 6960 822f8269e13f
parent 6952 7f70f37bbf08
child 8092 08960209db8c
child 8377 869f80966a77
equal deleted inserted replaced
6959:fce378ee4191 6960:822f8269e13f
    70         void jumpToSchemes();
    70         void jumpToSchemes();
    71         void jumpToWeapons();
    71         void jumpToWeapons();
    72         void mapgenChanged(MapGenerator m);
    72         void mapgenChanged(MapGenerator m);
    73         void maze_sizeChanged(int s);
    73         void maze_sizeChanged(int s);
    74         void onDrawnMapChanged(const QByteArray & data);
    74         void onDrawnMapChanged(const QByteArray & data);
       
    75         void updateModelViews();
    75 
    76 
    76     private:
    77     private:
    77         QGridLayout mainLayout;
    78         QGridLayout mainLayout;
    78         QCheckBox * bindEntries;
    79         QCheckBox * bindEntries;
    79         QString curNetAmmoName;
    80         QString curNetAmmoName;
    80         QString curNetAmmo;
    81         QString curNetAmmo;
    81         QRegExp seedRegexp;
    82         QRegExp seedRegexp;
       
    83         QString m_curScript;
    82 
    84 
    83         void setNetAmmo(const QString& name, const QString& ammo);
    85         void setNetAmmo(const QString& name, const QString& ammo);
    84 
    86 
    85 };
    87 };
    86 
    88