equal
deleted
inserted
replaced
83 void setDrawnMapData(const QByteArray & ar); |
83 void setDrawnMapData(const QByteArray & ar); |
84 void setAllMapParameters(const QString & map, MapGenerator m, int mazesize, const QString & seed, int tmpl, int featureSize); |
84 void setAllMapParameters(const QString & map, MapGenerator m, int mazesize, const QString & seed, int tmpl, int featureSize); |
85 void updateModelViews(); |
85 void updateModelViews(); |
86 void onPreviewMapDestroyed(QObject * map); |
86 void onPreviewMapDestroyed(QObject * map); |
87 void setMaster(bool master); |
87 void setMaster(bool master); |
|
88 void setRandomWithoutDLC(bool withoutDLC); |
88 |
89 |
89 signals: |
90 signals: |
90 void seedChanged(const QString & seed); |
91 void seedChanged(const QString & seed); |
91 void mapChanged(const QString & map); |
92 void mapChanged(const QString & map); |
92 void themeChanged(const QString & theme); |
93 void themeChanged(const QString & theme); |
159 bool m_master; |
160 bool m_master; |
160 QList<QWidget *> m_childWidgets; |
161 QList<QWidget *> m_childWidgets; |
161 bool m_previewEnabled; |
162 bool m_previewEnabled; |
162 bool m_missionsViewSetup; |
163 bool m_missionsViewSetup; |
163 bool m_staticViewSetup; |
164 bool m_staticViewSetup; |
|
165 bool m_withoutDLC; |
164 |
166 |
165 void intSetSeed(const QString & seed); |
167 void intSetSeed(const QString & seed); |
166 void intSetMap(const QString & map); |
168 void intSetMap(const QString & map); |
167 void intSetMapgen(MapGenerator m); |
169 void intSetMapgen(MapGenerator m); |
168 void intSetTemplateFilter(int); |
170 void intSetTemplateFilter(int); |