![]() |
VR-Forces 5.0.3 Developer's Guide
|
Abstract interface used for mapping CIGI entity types and articulated part ID's.

Public Member Functions | |
| virtual | ~DtCigiEntityMappingInterface () |
| virtual void | askUserForEntityTypeMapping ()=0 |
| virtual void | askUserForArtPartMapping ()=0 |
| virtual void | enableArtPartMapping ()=0 |
| virtual void | disableArtPartMapping ()=0 |
| virtual void | warnUserOfDuplicateEntityType ()=0 |
| virtual void | warnUserOfDuplicateArtPartId ()=0 |
|
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.