![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget for editing the aggregate mappings. More...

Public Member Functions | |
| DtAggregateMappingEditorWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtAggregateMappingEditorWidget () |
| DTOR. | |
| virtual void | warnUserOfExistingEntityType (const std::string &entityType) |
| Warn the user that the entity type is already used. | |
| virtual void | askUserForEntityTypeMapping (const std::string &defaultMappingn="") |
| Ask the user for an entity type mapping. | |
| virtual void | activate () |
| virtual void | deactivate () |
Protected Slots | |
| void | on_validate_entityType (QString str) |
Protected Member Functions | |
| void | setupGui () |
Protected Attributes | |
| DtDe & | myDe |
| DtEntityTypeToElementDefinitionLogic * | myLogic |
| DtEntityTypeMapEditorWidget * | myEditor |
| DtPersistenceToolbarWidget * | myToolbar |
| QDialogButtonBox * | myEntityTypeMappingButtons |
A widget for editing the aggregate mappings.
| makVrv::DtAggregateMappingEditorWidget::DtAggregateMappingEditorWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
| virtual makVrv::DtAggregateMappingEditorWidget::~DtAggregateMappingEditorWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtAggregateMappingEditorWidget::warnUserOfExistingEntityType | ( | const std::string & | entityType | ) | [virtual] |
Warn the user that the entity type is already used.
Implements makVrv::DtEntityMappingEditorInterface.
| virtual void makVrv::DtAggregateMappingEditorWidget::askUserForEntityTypeMapping | ( | const std::string & | defaultMappingn = "" | ) | [virtual] |
Ask the user for an entity type mapping.
If default mapping is not empty, that string will be used initialliy in the dialog, else the currently selected entity type
Implements makVrv::DtEntityMappingEditorInterface.
| virtual void makVrv::DtAggregateMappingEditorWidget::activate | ( | ) | [virtual] |
| virtual void makVrv::DtAggregateMappingEditorWidget::deactivate | ( | ) | [virtual] |
| void makVrv::DtAggregateMappingEditorWidget::on_validate_entityType | ( | QString | str | ) | [protected, slot] |
| void makVrv::DtAggregateMappingEditorWidget::setupGui | ( | ) | [protected] |
DtDe& makVrv::DtAggregateMappingEditorWidget::myDe [protected] |
QDialogButtonBox* makVrv::DtAggregateMappingEditorWidget::myEntityTypeMappingButtons [protected] |