![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiEntityMappingWidget provides the widget that shows the mapping from entity type to model definition and art part ID to model art part ID for CIGI entity controls. More...

Public Member Functions | |
| DtCigiEntityMappingWidget (DtDe &de, QWidget *parent, const QString &pageTitle) | |
| Constructor. | |
| virtual | ~DtCigiEntityMappingWidget () |
| Destructor. | |
| virtual void | askUserForEntityTypeMapping () |
| Ask the user for a new entity type mapping. | |
| virtual void | askUserForArtPartMapping () |
| Ask the user for a new articulated part mapping. | |
| virtual void | enableArtPartMapping () |
| Enables the art part mapping. | |
| virtual void | disableArtPartMapping () |
| Disables the art part mapping. | |
| virtual void | warnUserOfDuplicateEntityType () |
| Warn the user of a duplicate entity type. | |
| virtual void | warnUserOfDuplicateArtPartId () |
| Warn the user of a duplicate art part ID. | |
Protected Member Functions | |
| void | setupGui () |
Protected Attributes | |
| DtCigiEntityMappingLogic * | myLogic |
| DtMapEditorWidget * | myEntTypeMapWidget |
| DtMapEditorWidget * | myArtPartMapWidget |
| QDialogButtonBox * | myEntityTypeMappingButtons |
A DtCigiEntityMappingWidget provides the widget that shows the mapping from entity type to model definition and art part ID to model art part ID for CIGI entity controls.
| makVrv::DtCigiEntityMappingWidget::DtCigiEntityMappingWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| const QString & | pageTitle | ||
| ) |
Constructor.
| virtual makVrv::DtCigiEntityMappingWidget::~DtCigiEntityMappingWidget | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtCigiEntityMappingWidget::askUserForEntityTypeMapping | ( | ) | [virtual] |
Ask the user for a new entity type mapping.
Implements makVrv::DtCigiEntityMappingInterface.
| virtual void makVrv::DtCigiEntityMappingWidget::askUserForArtPartMapping | ( | ) | [virtual] |
Ask the user for a new articulated part mapping.
Implements makVrv::DtCigiEntityMappingInterface.
| virtual void makVrv::DtCigiEntityMappingWidget::enableArtPartMapping | ( | ) | [virtual] |
Enables the art part mapping.
Implements makVrv::DtCigiEntityMappingInterface.
| virtual void makVrv::DtCigiEntityMappingWidget::disableArtPartMapping | ( | ) | [virtual] |
Disables the art part mapping.
Implements makVrv::DtCigiEntityMappingInterface.
| virtual void makVrv::DtCigiEntityMappingWidget::warnUserOfDuplicateEntityType | ( | ) | [virtual] |
Warn the user of a duplicate entity type.
Implements makVrv::DtCigiEntityMappingInterface.
| virtual void makVrv::DtCigiEntityMappingWidget::warnUserOfDuplicateArtPartId | ( | ) | [virtual] |
Warn the user of a duplicate art part ID.
Implements makVrv::DtCigiEntityMappingInterface.
| void makVrv::DtCigiEntityMappingWidget::setupGui | ( | ) | [protected] |
Reimplemented from makVrv::DtCigiSettingsWidget.
QDialogButtonBox* makVrv::DtCigiEntityMappingWidget::myEntityTypeMappingButtons [protected] |