![]() |
VR-Forces 4.3 Class Documentation
|
The shared model set settings. More...

Public Types | |
| typedef std::map< int, bool > | ModelSetVisualizedMap |
Public Member Functions | |
| virtual | ~DtSharedModelSetSettings () |
| DTOR. | |
| void | setModelSetVisualized (int modelSet, bool trueOrFalse) |
| bool | modelSetVisualized (int modelSet) const |
| const ModelSetVisualizedMap & | modelSetVisualizedMap () const |
| void | setModelSetVisualizedMap (const ModelSetVisualizedMap &modelSetVisualizedMap) |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| DtSharedSettings (const DtSharedSettingsManager &manager) | |
| CTOR. | |
| virtual | ~DtSharedSettings () |
| DTOR. | |
| boost::shared_mutex & | mutex () |
| Get the mutex for the settings object. | |
| SafetyKey | safeToEmitSignals () |
| Create a safety key for the function, see above example. | |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| No need to call, set by the DtWriteSettingLock object. | |
| virtual const DtSettingsBackup * | settingsBackup () const |
| Accessor for the settings backup (const). | |
| virtual DtSettingsBackup * | settingsBackup () |
| Accessor for the settings backup. | |
| virtual void | backup () |
| Called to back up the settings. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static std::string | className () |
| Get an instance of the settings object. | |
Protected Member Functions | |
| DtSharedModelSetSettings (DtSharedSettingsManager &manager) | |
| CTOR. | |
Protected Attributes | |
| ModelSetVisualizedMap | myModelSetVisualizedMap |
Friends | |
| class | DtReadSettingsLock< DtSharedModelSetSettings > |
| Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object. | |
| class | DtWriteSettingsLock< DtSharedModelSetSettings > |
| class | DtSharedSettingsManager |
The shared model set settings.
| typedef std::map<int, bool> makVrv::DtSharedModelSetSettings::ModelSetVisualizedMap |
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance of the settings object.
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
| const ModelSetVisualizedMap& makVrv::DtSharedModelSetSettings::modelSetVisualizedMap | ( | ) | const |
| void makVrv::DtSharedModelSetSettings::setModelSetVisualizedMap | ( | const ModelSetVisualizedMap & | modelSetVisualizedMap | ) |
|
friend |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
friend |
|
friend |
|
protected |