VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makVrv::DtObserverSettingsDisplayNameProvider Class Reference

DtObserverSettingsDisplayNameProvider is an interface for a class to provide display names for observer settings. More...

Inheritance diagram for makVrv::DtObserverSettingsDisplayNameProvider:
Inheritance graph
[legend]

Public Types

typedef std::map< int, boolIntKeyToVisualTypeMap
 
- Public Types inherited from makVrv::DtDisplayNameProvider
typedef std::map< int, DtUnicodeIntKeyToDisplayNameMap
 

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 DtUnicodefindDisplayName (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 DtUnicodefindToolTip (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
 

Detailed Description

DtObserverSettingsDisplayNameProvider is an interface for a class to provide display names for observer settings.

Member Typedef Documentation

Constructor & Destructor Documentation

virtual makVrv::DtObserverSettingsDisplayNameProvider::~DtObserverSettingsDisplayNameProvider ( )
virtual

Virtual DTOR.

makVrv::DtObserverSettingsDisplayNameProvider::DtObserverSettingsDisplayNameProvider ( )
protected

CTOR.

Member Function Documentation

virtual bool makVrv::DtObserverSettingsDisplayNameProvider::findVisualType ( int  intKey) const
virtual

Get if the specified int key is a visual type setting or not returns true if not in the map.

virtual void makVrv::DtObserverSettingsDisplayNameProvider::setVisualType ( int  intKey,
bool  isVisualType 
)
virtual

Change the visual type flag associated with a key (if it exists) or add a new visual type to key mapping.

virtual const IntKeyToVisualTypeMap& makVrv::DtObserverSettingsDisplayNameProvider::visualTypes ( ) const
virtual

Get the list of visual types.

Friends And Related Function Documentation

Member Data Documentation

IntKeyToVisualTypeMap makVrv::DtObserverSettingsDisplayNameProvider::myIntKeyToVisualTypeMap
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)