![]() |
VR-Forces 4.0.4 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 makVrv::DtCigiEntityMappingInterface::~DtCigiEntityMappingInterface | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtCigiEntityMappingInterface::askUserForEntityTypeMapping | ( | ) | [pure virtual] |
Ask the user for a new entity type mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
| virtual void makVrv::DtCigiEntityMappingInterface::askUserForArtPartMapping | ( | ) | [pure virtual] |
Ask the user for a new articulated part mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
| virtual void makVrv::DtCigiEntityMappingInterface::enableArtPartMapping | ( | ) | [pure virtual] |
Enables the art part mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
| virtual void makVrv::DtCigiEntityMappingInterface::disableArtPartMapping | ( | ) | [pure virtual] |
Disables the art part mapping.
Implemented in makVrv::DtCigiEntityMappingWidget.
| virtual void makVrv::DtCigiEntityMappingInterface::warnUserOfDuplicateEntityType | ( | ) | [pure virtual] |
Warn the user of a duplicate entity type.
Implemented in makVrv::DtCigiEntityMappingWidget.
| virtual void makVrv::DtCigiEntityMappingInterface::warnUserOfDuplicateArtPartId | ( | ) | [pure virtual] |
Warn the user of a duplicate art part ID.
Implemented in makVrv::DtCigiEntityMappingWidget.