![]() |
VR-Forces 4.1.1 Class Documentation
|
DtQtObserverSettingsDisplayNameProvider provides Qt-translated strings to for observer settings. More...

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 |
DtQtObserverSettingsDisplayNameProvider provides Qt-translated strings to for observer settings.
| makVrv::DtQtObserverSettingsDisplayNameProvider::DtQtObserverSettingsDisplayNameProvider | ( | ) |
Constructor.
|
virtual |
Virtual Destructor.
|
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 |
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.