QTfrontend/ui/widget/mapContainer.h
branchwebgl
changeset 9950 2759212a27de
parent 9744 1ee4842a9c86
child 9998 736015b847e3
--- 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;