1 #ifndef MAPITEMWINDOW_H 2 #define MAPITEMWINDOW_H 12 class FieldValueWidget;
13 class FacetsController;
14 class ProjectController;
15 class RecordsController;
16 class TypesController;
46 QVariant getKey()
const;
52 QVariant getValue()
const;
58 void setKey(
const QVariant& key);
64 void setKeyType(
const QString& keyType)
const;
70 void setValue(
const QVariant& value);
76 void setValueType(
const QString& valueType)
const;
82 void accept() Q_DECL_OVERRIDE;
89 virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
92 Ui::MapItemWindow *ui;
104 #endif // MAPITEMWINDOW_H Definition: commandlineoptions.h:6
Controller for adding, updating and removing records.
Definition: recordscontroller.h:21
Definition: mainwindow.h:25
Controller for adding, updating and removing custom types.
Definition: typescontroller.h:14
Window for editing the a single key-value pair of the map.
Definition: mapitemwindow.h:22
Controller for validating type facets.
Definition: facetscontroller.h:16
Controller for creating, loading and saving projects.
Definition: projectcontroller.h:22