QTfrontend/ui/widget/mapContainer.h
changeset 13261 01ac67500f50
parent 13260 2c0779260e8a
child 13265 8a5feb0edce5
equal deleted inserted replaced
13260:2c0779260e8a 13261:01ac67500f50
   183         void setMapInfo(MapModel::MapInfo mapInfo);
   183         void setMapInfo(MapModel::MapInfo mapInfo);
   184         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
   184         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
   185         void updateHelpTexts(MapModel::MapType type);
   185         void updateHelpTexts(MapModel::MapType type);
   186         void updatePreview();
   186         void updatePreview();
   187         void updateThemeButtonSize();
   187         void updateThemeButtonSize();
   188         void setupMissionMapsView();
   188         void setupMissionMapsView(const QString & initialMap = QString());
   189         void setupStaticMapsView();
   189         void setupStaticMapsView(const QString & initialMap = QString());
   190         void setMapNameLabel(QString mapName);
   190         void setMapNameLabel(QString mapName);
   191 
   191 
   192         MapModel::MapInfo m_mapInfo;
   192         MapModel::MapInfo m_mapInfo;
   193         int m_themeID;
   193         int m_themeID;
   194         int m_prevMapFeatureSize;
   194         int m_prevMapFeatureSize;