QTfrontend/ui/widget/mapContainer.h
changeset 13246 0c98d3b249f7
parent 11809 f412d539284e
child 13249 d2b58cf339fe
equal deleted inserted replaced
13244:d49bd0dd735d 13246:0c98d3b249f7
   145         MapGenerator mapgen;
   145         MapGenerator mapgen;
   146         DrawMapScene drawMapScene;
   146         DrawMapScene drawMapScene;
   147         QComboBox * cType;
   147         QComboBox * cType;
   148         QListView * staticMapList;
   148         QListView * staticMapList;
   149         QListView * missionMapList;
   149         QListView * missionMapList;
       
   150         QLabel * lblMapName;
   150         QListWidget * generationStyles;
   151         QListWidget * generationStyles;
   151         QListWidget * mazeStyles;
   152         QListWidget * mazeStyles;
   152         QLabel * lblMapList;
   153         QLabel * lblMapList;
   153         QLabel * lblDesc;
   154         QLabel * lblDesc;
   154         QPushButton * btnTheme;
   155         QPushButton * btnTheme;
   156         QPushButton * btnEditMap;
   157         QPushButton * btnEditMap;
   157         QPushButton * btnRandomize;
   158         QPushButton * btnRandomize;
   158         QPushButton * btnRandTheme;
   159         QPushButton * btnRandTheme;
   159         QString selectedTheme;
   160         QString selectedTheme;
   160         QPushButton * btnSeed;
   161         QPushButton * btnSeed;
       
   162         QHBoxLayout * twoColumnLayout;
   161         bool m_master;
   163         bool m_master;
   162         QList<QWidget *> m_childWidgets;
   164         QList<QWidget *> m_childWidgets;
   163         bool m_previewEnabled;
   165         bool m_previewEnabled;
   164         bool m_missionsViewSetup;
   166         bool m_missionsViewSetup;
   165         bool m_staticViewSetup;
   167         bool m_staticViewSetup;
   166         bool m_withoutDLC;
   168         bool m_withoutDLC;
       
   169         bool m_missingMap;
   167 
   170 
   168         void intSetSeed(const QString & seed);
   171         void intSetSeed(const QString & seed);
   169         void intSetMap(const QString & map);
   172         void intSetMap(const QString & map);
   170         void intSetMapgen(MapGenerator m);
   173         void intSetMapgen(MapGenerator m);
   171         void intSetTemplateFilter(int);
   174         void intSetTemplateFilter(int);