12 class TypesController;
35 QString getMapName()
const;
41 QString getMapKeyType()
const;
47 QString getMapValueType()
const;
53 QString getTypeSetName()
const;
64 void setMapName(
const QString& mapName);
70 void setMapKeyType(
const QString& keyType);
76 void setMapValueType(
const QString& valueType);
82 void setTypeSetName(
const QString& typeSetName);
88 void setTypeSetNames(
const QStringList& typeSetNames);
94 void accept() Q_DECL_OVERRIDE;
101 virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
110 #endif // MAPWINDOW_H Definition: commandlineoptions.h:6
Window for adding a new map type or editing an existing one.
Definition: mapwindow.h:18
Definition: mainwindow.h:25
Controller for adding, updating and removing custom types.
Definition: typescontroller.h:14