![]() |
VR-Forces 4.8 Class Documentation
|
The shared simulation settings. More...

Public Types | |
| typedef std::map < vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed * > | DtVrvCommandSeedMap |
Public Member Functions | |
| virtual | ~DtSharedVrvCommandSettings () |
| DTOR. More... | |
| virtual DtVrvCommandSeedMap & | seedMap () |
| returns the factory for object and visualizer updater objects More... | |
| virtual const DtVrvCommandSeedMap & | seedMap () const |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| DtSharedSettings (const DtSharedSettingsManager &manager) | |
| CTOR. More... | |
| virtual | ~DtSharedSettings () |
| DTOR. More... | |
| boost::shared_mutex & | mutex () |
| Get the mutex for the settings object. More... | |
| SafetyKey | safeToEmitSignals () |
| Create a safety key for the function, see above example. More... | |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| No need to call, set by the DtWriteSettingLock object. More... | |
| virtual const DtSettingsBackup * | settingsBackup () const |
| Accessor for the settings backup (const). More... | |
| virtual DtSettingsBackup * | settingsBackup () |
| Accessor for the settings backup. More... | |
| virtual void | backup () |
| Called to back up the settings. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static const std::string & | className () |
| Get an instance of the settings object. More... | |
Protected Member Functions | |
| DtSharedVrvCommandSettings (DtSharedSettingsManager &manager) | |
| CTOR. More... | |
Protected Attributes | |
| DtVrvCommandSeedMap | myVrvCommandSeedMap |
Friends | |
| class | DtReadSettingsLock< DtSharedVrvCommandSettings > |
| Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object. More... | |
| class | DtWriteSettingsLock< DtSharedVrvCommandSettings > |
| class | DtSharedSettingsManager |
The shared simulation settings.
| typedef std::map<vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed*> makVrv::DtSharedVrvCommandSettings::DtVrvCommandSeedMap |
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance of the settings object.
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
virtual |
returns the factory for object and visualizer updater objects
|
virtual |
|
friend |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
friend |
|
friend |
|
protected |