QTfrontend/ui/widget/mapContainer.h
changeset 11809 f412d539284e
parent 11785 947e2d53afc1
child 13246 0c98d3b249f7
equal deleted inserted replaced
11808:ffe6e1344ebd 11809:f412d539284e
   173         void intSetFeatureSize(int size);
   173         void intSetFeatureSize(int size);
   174         void intSetIconlessTheme(const QString & name);
   174         void intSetIconlessTheme(const QString & name);
   175         void mapChanged(const QModelIndex & map, int type, const QModelIndex & old = QModelIndex());
   175         void mapChanged(const QModelIndex & map, int type, const QModelIndex & old = QModelIndex());
   176         void setMapInfo(MapModel::MapInfo mapInfo);
   176         void setMapInfo(MapModel::MapInfo mapInfo);
   177         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
   177         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
       
   178         void updateHelpTexts(MapModel::MapType type);
   178         void updatePreview();
   179         void updatePreview();
   179         void updateThemeButtonSize();
   180         void updateThemeButtonSize();
   180         void setupMissionMapsView();
   181         void setupMissionMapsView();
   181         void setupStaticMapsView();
   182         void setupStaticMapsView();
   182 
   183