VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions
makVrv::DtQtObserverSettingsDisplayNameProvider Class Reference

DtQtObserverSettingsDisplayNameProvider provides Qt-translated strings to for observer settings. More...

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

Public Member Functions

 DtQtObserverSettingsDisplayNameProvider ()
 Constructor.
virtual ~DtQtObserverSettingsDisplayNameProvider ()
 Virtual Destructor.
- Public Member Functions inherited from makVrv::DtObserverSettingsDisplayNameProvider
virtual ~DtObserverSettingsDisplayNameProvider ()
 Virtual DTOR.
- Public Member Functions inherited from makVrv::DtDisplayNameProvider
 DtDisplayNameProvider ()
 CTOR.
virtual ~DtDisplayNameProvider ()
 Virtual DTOR.
virtual const std::string * findDisplayName (int intKey) const
 Get the display name that's mapped to the specified int key.
virtual void setDisplayName (int intKey, const std::string &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 std::string * findToolTip (int intKey) const
 Get the tool tip that's mapped to the specified int key.
virtual void setToolTip (int intKey, const std::string &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.

Static Public Member Functions

static void addDisplayName (DtDe &de, DtObserverSettingsManager::ObserverSetting setting, const QString &displayName)
 Utility function to add a display name to the Qt display name provider.
static void addToolTip (DtDe &de, DtObserverSettingsManager::ObserverSetting setting, const QString &toolTip)
 Utility function to add a tooltip to the Qt display name provider.

Additional Inherited Members

- Public Types inherited from makVrv::DtDisplayNameProvider
typedef std::map< int,
std::string > 
IntKeyToDisplayNameMap
- Protected Member Functions inherited from makVrv::DtObserverSettingsDisplayNameProvider
 DtObserverSettingsDisplayNameProvider ()
 CTOR.
- Protected Attributes inherited from makVrv::DtDisplayNameProvider
IntKeyToDisplayNameMap myIntKeyToDisplayNameMap
IntKeyToDisplayNameMap myIntKeyToToolTipMap

Detailed Description

DtQtObserverSettingsDisplayNameProvider provides Qt-translated strings to for observer settings.

Constructor & Destructor Documentation

makVrv::DtQtObserverSettingsDisplayNameProvider::DtQtObserverSettingsDisplayNameProvider ( )

Constructor.

virtual makVrv::DtQtObserverSettingsDisplayNameProvider::~DtQtObserverSettingsDisplayNameProvider ( )
virtual

Virtual Destructor.

Member Function Documentation

static void makVrv::DtQtObserverSettingsDisplayNameProvider::addDisplayName ( DtDe de,
DtObserverSettingsManager::ObserverSetting  setting,
const QString &  displayName 
)
static

Utility function to add a display name to the Qt display name provider.

Internally this registers a new display name provider creator with the display engine that extends the existing provider when its create method is called.

static void makVrv::DtQtObserverSettingsDisplayNameProvider::addToolTip ( DtDe de,
DtObserverSettingsManager::ObserverSetting  setting,
const QString &  toolTip 
)
static

Utility function to add a tooltip to the Qt display name provider.

Internally this registers a new display name provider creator with the display engine that extends the existing provider when its create method is called.


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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)