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

Public Types | |
| typedef std::map < vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed * > | DtVrvCommandSeedMap |
Public Member Functions | |
| virtual | ~DtSharedVrvCommandSettings () |
| DTOR. | |
| virtual DtVrvCommandSeedMap & | seedMap () |
| returns the factory for object and visualizer updater objects | |
| virtual const DtVrvCommandSeedMap & | seedMap () const |
Static Public Member Functions | |
| static std::string | className () |
| Get an instance of the settings object. | |
Protected Member Functions | |
| DtSharedVrvCommandSettings (DtSharedSettingsManager &manager) | |
| CTOR. | |
Protected Attributes | |
| DtVrvCommandSeedMap | myVrvCommandSeedMap |
Friends | |
| class | DtReadSettingsLock< DtSharedVrvCommandSettings > |
| Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object. | |
| class | DtWriteSettingsLock< DtSharedVrvCommandSettings > |
| class | DtSharedSettingsManager |
The shared simulation settings.
| typedef std::map<vrvControlToolkit::DtVrvControlTypeEnum, DtVrvBaseCommandCreatorSeed*> makVrv::DtSharedVrvCommandSettings::DtVrvCommandSeedMap |
| virtual makVrv::DtSharedVrvCommandSettings::~DtSharedVrvCommandSettings | ( | ) | [virtual] |
DTOR.
| makVrv::DtSharedVrvCommandSettings::DtSharedVrvCommandSettings | ( | DtSharedSettingsManager & | manager | ) | [protected] |
CTOR.
| static std::string makVrv::DtSharedVrvCommandSettings::className | ( | ) | [static] |
Get an instance of the settings object.
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
| virtual DtVrvCommandSeedMap& makVrv::DtSharedVrvCommandSettings::seedMap | ( | ) | [virtual] |
returns the factory for object and visualizer updater objects
| virtual const DtVrvCommandSeedMap& makVrv::DtSharedVrvCommandSettings::seedMap | ( | ) | const [virtual] |
friend class DtReadSettingsLock< DtSharedVrvCommandSettings > [friend] |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
friend class DtWriteSettingsLock< DtSharedVrvCommandSettings > [friend] |
friend class DtSharedSettingsManager [friend] |