![]() |
VR-Forces 4.7 Class Documentation
|
DtObserverSettingsDisplayNameProvider is an interface for a class to provide display names for observer settings. More...

Public Member Functions | |
| virtual | ~DtObserverSettingsDisplayNameProvider () |
| Virtual DTOR. | |
Public Member Functions inherited from makVrv::DtDisplayNameProvider | |
| DtDisplayNameProvider () | |
| CTOR. | |
| virtual | ~DtDisplayNameProvider () |
| Virtual DTOR. | |
| virtual const DtUnicode * | findDisplayName (int intKey) const |
| Get the display name that's mapped to the specified int key. | |
| virtual void | setDisplayName (int intKey, const DtUnicode &displayName) |
| Change the dislay name associated with a key (if it exists) or add a new display name to key mapping. | |
| virtual const IntKeyToDisplayNameMap & | displayNames () const |
| Get the list of display names. | |
| virtual const DtUnicode * | findToolTip (int intKey) const |
| Get the tool tip that's mapped to the specified int key. | |
| virtual void | setToolTip (int intKey, const DtUnicode &displayName) |
| Change the tool tip associated with a key (if it exists) or add a new tool tip to key mapping. | |
| virtual const IntKeyToDisplayNameMap & | toolTips () const |
| Get the list of tool tips. | |
Protected Member Functions | |
| DtObserverSettingsDisplayNameProvider () | |
| CTOR. | |
Friends | |
| class | DtObserverSettingsDisplayNameProviderCreator |
Additional Inherited Members | |
Public Types inherited from makVrv::DtDisplayNameProvider | |
| typedef std::map< int, DtUnicode > | IntKeyToDisplayNameMap |
Protected Attributes inherited from makVrv::DtDisplayNameProvider | |
| IntKeyToDisplayNameMap | myIntKeyToDisplayNameMap |
| IntKeyToDisplayNameMap | myIntKeyToToolTipMap |
DtObserverSettingsDisplayNameProvider is an interface for a class to provide display names for observer settings.
|
virtual |
Virtual DTOR.
|
protected |
CTOR.
|
friend |