![]() |
VR-Forces 4.0.4 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) |
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 makVrv::DtSharedModelSetSettings::~DtSharedModelSetSettings | ( | ) | [virtual] |
DTOR.
| makVrv::DtSharedModelSetSettings::DtSharedModelSetSettings | ( | DtSharedSettingsManager & | manager | ) | [protected] |
CTOR.
| static std::string makVrv::DtSharedModelSetSettings::className | ( | ) | [static] |
Get an instance of the settings object.
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
| void makVrv::DtSharedModelSetSettings::setModelSetVisualized | ( | int | modelSet, |
| bool | trueOrFalse | ||
| ) |
| bool makVrv::DtSharedModelSetSettings::modelSetVisualized | ( | int | modelSet | ) | const |
| void makVrv::DtSharedModelSetSettings::setModelSetVisualizedMap | ( | const ModelSetVisualizedMap & | modelSetVisualizedMap | ) |
friend class DtReadSettingsLock< DtSharedModelSetSettings > [friend] |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
friend class DtWriteSettingsLock< DtSharedModelSetSettings > [friend] |
friend class DtSharedSettingsManager [friend] |