equal
deleted
inserted
replaced
172 void intSetMap(const QString & map); |
172 void intSetMap(const QString & map); |
173 void intSetMapgen(MapGenerator m); |
173 void intSetMapgen(MapGenerator m); |
174 void intSetTemplateFilter(int); |
174 void intSetTemplateFilter(int); |
175 void intSetMazeSize(int size); |
175 void intSetMazeSize(int size); |
176 void intSetFeatureSize(int size); |
176 void intSetFeatureSize(int size); |
177 void intSetIconlessTheme(const QString & name); |
177 void setMissingTheme(const QString & name); |
178 void mapChanged(const QModelIndex & map, int type, const QModelIndex & old = QModelIndex()); |
178 void mapChanged(const QModelIndex & map, int type, const QModelIndex & old = QModelIndex()); |
179 void setMapInfo(MapModel::MapInfo mapInfo); |
179 void setMapInfo(MapModel::MapInfo mapInfo); |
180 void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex()); |
180 void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex()); |
181 void updateHelpTexts(MapModel::MapType type); |
181 void updateHelpTexts(MapModel::MapType type); |
182 void updatePreview(); |
182 void updatePreview(); |