![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiComponentMappingInterface provides the interface for a widget that maps component IDs to component types (e.g. More...

Public Member Functions | |
| DtCigiComponentMappingInterface () | |
| Constructor. | |
| virtual | ~DtCigiComponentMappingInterface () |
| Destructor. | |
| virtual void | askUserForComponentMapping ()=0 |
| Queries the user for a new mapping. | |
| virtual void | warnUserOfDuplicateComponentId ()=0 |
| Warns the user of a duplicate component ID entered. | |
A DtCigiComponentMappingInterface provides the interface for a widget that maps component IDs to component types (e.g.
Model States, Performance Overlay) for CIGI component controls.
| virtual makVrv::DtCigiComponentMappingInterface::~DtCigiComponentMappingInterface | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtCigiComponentMappingInterface::askUserForComponentMapping | ( | ) | [pure virtual] |
Queries the user for a new mapping.
Implemented in makVrv::DtCigiComponentMappingWidget.
| virtual void makVrv::DtCigiComponentMappingInterface::warnUserOfDuplicateComponentId | ( | ) | [pure virtual] |
Warns the user of a duplicate component ID entered.
Implemented in makVrv::DtCigiComponentMappingWidget.