![]() |
VR-Forces 4.8 Class Documentation
|
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing operations. More...

Public Member Functions | |
| virtual void | warnUserOfExistingEntityType (const std::string &entityType)=0 |
| Warn the user that an existing entity type mapping exists. More... | |
| virtual void | askUserForEntityTypeMapping (const std::string &defaultMapping="")=0 |
| If default mapping is not empty, that string will be used initially in the dialog, else the currently selected entity type. More... | |
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing operations.
|
pure virtual |
Warn the user that an existing entity type mapping exists.
Implemented in makVrv::DtEntityMappingEditorWidget, makVrv::DtCockpitMappingEditorWidget, and makVrv::DtAggregateMappingEditorWidget.
|
pure virtual |
If default mapping is not empty, that string will be used initially in the dialog, else the currently selected entity type.
Implemented in makVrv::DtEntityMappingEditorWidget, makVrv::DtCockpitMappingEditorWidget, and makVrv::DtAggregateMappingEditorWidget.