QTfrontend/ui/widget/mapContainer.h
changeset 10959 1225f42f61e2
parent 10480 43c6b9cfb569
child 11046 47a8c19ecb60
equal deleted inserted replaced
10957:f3fcba306da9 10959:1225f42f61e2
    71         bool isMaster();
    71         bool isMaster();
    72 
    72 
    73     public slots:
    73     public slots:
    74         void askForGeneratedPreview();
    74         void askForGeneratedPreview();
    75         void setSeed(const QString & seed);
    75         void setSeed(const QString & seed);
    76         void setScript(const QString & script);
    76         void setScript(const QString & script, const QString & scriptparam);
    77         void setMap(const QString & map);
    77         void setMap(const QString & map);
    78         void setTheme(const QString & theme);
    78         void setTheme(const QString & theme);
    79         void setTemplateFilter(int);
    79         void setTemplateFilter(int);
    80         void setMapgen(MapGenerator m);
    80         void setMapgen(MapGenerator m);
    81         void setMazeSize(int size);
    81         void setMazeSize(int size);
   129         QListView* lvThemes;
   129         QListView* lvThemes;
   130         ThemeModel * m_themeModel;
   130         ThemeModel * m_themeModel;
   131         HWMap* pMap;
   131         HWMap* pMap;
   132         QString m_seed;
   132         QString m_seed;
   133         QString m_script;
   133         QString m_script;
       
   134         QString m_scriptparam;
   134         QPushButton* seedSet;
   135         QPushButton* seedSet;
   135         QLabel* seedLabel;
   136         QLabel* seedLabel;
   136         int hhLimit;
   137         int hhLimit;
   137         int templateFilter;
   138         int templateFilter;
   138         QPixmap hhSmall;
   139         QPixmap hhSmall;