![]() |
VR-Forces 4.3 Class Documentation
|
Abstract interface used for mapping CIGI entity types and articulated part ID's. More...

Public Member Functions | |
| virtual | ~DtCigiEntityMappingInterface () |
| Destructor. | |
| virtual void | askUserForEntityTypeMapping ()=0 |
| Ask the user for a new entity type mapping. | |
| virtual void | askUserForArtPartMapping ()=0 |
| Ask the user for a new articulated part mapping. | |
| virtual void | enableArtPartMapping ()=0 |
| Enables the art part mapping. | |
| virtual void | disableArtPartMapping ()=0 |
| Disables the art part mapping. | |
| virtual void | warnUserOfDuplicateEntityType ()=0 |
| Warn the user of a duplicate entity type. | |
| virtual void | warnUserOfDuplicateArtPartId ()=0 |
| Warn the user of a duplicate art part ID. | |
Abstract interface used for mapping CIGI entity types and articulated part ID's.
|
virtual |
Destructor.
|
pure virtual |
Ask the user for a new entity type mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
|
pure virtual |
Ask the user for a new articulated part mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
|
pure virtual |
Enables the art part mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
|
pure virtual |
Disables the art part mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
|
pure virtual |
Warn the user of a duplicate entity type.
Implemented in makVrv::DtCigiEntityMappingWidget.
|
pure virtual |
Warn the user of a duplicate art part ID.
Implemented in makVrv::DtCigiEntityMappingWidget.