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

Public Types | |
| typedef std::map< int, bool > | IntKeyToVisualTypeMap |
Public Types inherited from makVrv::DtDisplayNameProvider | |
| typedef std::map< int, DtUnicode > | IntKeyToDisplayNameMap |
Public Member Functions | |
| virtual | ~DtObserverSettingsDisplayNameProvider () |
| Virtual DTOR. More... | |
| virtual bool | findVisualType (int intKey) const |
| Get if the specified int key is a visual type setting or not returns true if not in the map. More... | |
| virtual void | setVisualType (int intKey, bool isVisualType) |
| Change the visual type flag associated with a key (if it exists) or add a new visual type to key mapping. More... | |
| virtual const IntKeyToVisualTypeMap & | visualTypes () const |
| Get the list of visual types. More... | |
Public Member Functions inherited from makVrv::DtDisplayNameProvider | |
| DtDisplayNameProvider () | |
| CTOR. More... | |
| virtual | ~DtDisplayNameProvider () |
| Virtual DTOR. More... | |
| virtual const DtUnicode * | findDisplayName (int intKey) const |
| Get the display name that's mapped to the specified int key. More... | |
| 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. More... | |
| virtual const IntKeyToDisplayNameMap & | displayNames () const |
| Get the list of display names. More... | |
| virtual const DtUnicode * | findToolTip (int intKey) const |
| Get the tool tip that's mapped to the specified int key. More... | |
| 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. More... | |
| virtual const IntKeyToDisplayNameMap & | toolTips () const |
| Get the list of tool tips. More... | |
Protected Member Functions | |
| DtObserverSettingsDisplayNameProvider () | |
| CTOR. More... | |
Protected Attributes | |
| IntKeyToVisualTypeMap | myIntKeyToVisualTypeMap |
Protected Attributes inherited from makVrv::DtDisplayNameProvider | |
| IntKeyToDisplayNameMap | myIntKeyToDisplayNameMap |
| IntKeyToDisplayNameMap | myIntKeyToToolTipMap |
Friends | |
| class | DtObserverSettingsDisplayNameProviderCreator |
DtObserverSettingsDisplayNameProvider is an interface for a class to provide display names for observer settings.
| typedef std::map<int, bool> makVrv::DtObserverSettingsDisplayNameProvider::IntKeyToVisualTypeMap |
|
virtual |
Virtual DTOR.
|
protected |
CTOR.
|
virtual |
Get if the specified int key is a visual type setting or not returns true if not in the map.
|
virtual |
Change the visual type flag associated with a key (if it exists) or add a new visual type to key mapping.
|
virtual |
Get the list of visual types.
|
friend |
|
protected |