13 #ifndef DtEntityMappingEditorWidget_H_
14 #define DtEntityMappingEditorWidget_H_
17 #include <QtWidgets/QWidget>
20 class QDialogButtonBox;
25 class DtEntityTypeToElementDefinitionLogic;
26 class DtEntityTypeMapEditorWidget;
27 class DtPersistenceToolbarWidget;
51 MappingType mappingType);
57 virtual void warnUserOfExistingEntityType(
const std::string& entityType);
61 virtual void askUserForEntityTypeMapping(
const std::string& defaultMappingn =
"");
68 virtual void checkIfModified();
75 void on_validate_entityType(QString str);
This is the logic for the DtEntityTypeToDefinitionWidget class.
Definition: DtEntityTypeToDefinitionLogic.h:116
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Contains makVrv::DtEntityMappingEditorInterface class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing opera...
Definition: DtEntityMappingEditorInterface.h:21