--- a/QTfrontend/ui/widget/mapContainer.h Fri Oct 11 17:43:13 2013 +0200
+++ b/QTfrontend/ui/widget/mapContainer.h Sat Jan 04 23:55:54 2014 +0400
@@ -111,6 +111,7 @@
protected:
virtual void resizeEvent ( QResizeEvent * event );
+ virtual void showEvent ( QShowEvent * event );
private:
QVBoxLayout mainLayout;
@@ -149,6 +150,9 @@
QPushButton * btnSeed;
bool m_master;
QList<QWidget *> m_childWidgets;
+ bool m_previewEnabled;
+ bool m_missionsViewSetup;
+ bool m_staticViewSetup;
void intSetSeed(const QString & seed);
void intSetMap(const QString & map);
@@ -161,6 +165,8 @@
void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
void updatePreview();
void updateThemeButtonSize();
+ void setupMissionMapsView();
+ void setupStaticMapsView();
MapModel::MapInfo m_mapInfo;
int m_themeID;