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

Public Member Functions | |
| virtual | ~DtSharedLaserDesignatorSettings () |
| DTOR. More... | |
| virtual void | setDe (DtDe *) |
| Sets the display engine used for the settings object. More... | |
| virtual void | setFromRecord (const makArchives::DtLaserDesignatorSettingsRecord &rec) |
| Set the entity settings as a record. More... | |
| virtual void | getRecord (makArchives::DtLaserDesignatorSettingsRecord &rec) const |
| Get the settings as a record. More... | |
| virtual void | setLaserDesignatorsEnabled (bool enable) |
| turns all laser designators on or off More... | |
| virtual bool | laserDesignatorsEnabled () const |
| checks whether all cockpits are on or off More... | |
| virtual void | setLaserDesignatorCodesEnabled (bool enable) |
| turns all laser designator codes on or off More... | |
| virtual bool | laserDesignatorCodesEnabled () const |
| checks whether all designator codes are on or off More... | |
| const std::vector< DtUnicode > & | definitions () const |
| const DtSettingsBackup * | settingsBackup () const |
| Accessor for the settings backup (const). More... | |
| DtSettingsBackup * | settingsBackup () |
| Accessor for the settings backup. More... | |
| virtual void | backup () |
| \brief Backs up current state using backup settings object More... | |
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... | |
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 | |
| DtSharedLaserDesignatorSettings (DtSharedSettingsManager &manager) | |
| CTOR. More... | |
Protected Attributes | |
| bool | myLaserDesignatorsEnabled |
| bool | myLaserDesignatorCodesEnabled |
| std::vector< DtUnicode > | myDefinitions |
| DtDe * | myDe |
| DtLaserDesignatorSettingsBackup * | mySettingsBackup |
Friends | |
| class | DtReadSettingsLock< DtSharedLaserDesignatorSettings > |
| Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object. More... | |
| class | DtWriteSettingsLock< DtSharedLaserDesignatorSettings > |
| class | DtSharedSettingsManager |
The shared simulation settings.
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance of the settings object.
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
virtual |
Sets the display engine used for the settings object.
|
virtual |
Set the entity settings as a record.
|
virtual |
Get the settings as a record.
|
virtual |
turns all laser designators on or off
|
virtual |
checks whether all cockpits are on or off
|
virtual |
turns all laser designator codes on or off
|
virtual |
checks whether all designator codes are on or off
| const std::vector<DtUnicode>& makVrv::DtSharedLaserDesignatorSettings::definitions | ( | ) | const |
|
inlinevirtual |
Accessor for the settings backup (const).
| DtCorruptedState | Re-implement to use. |
Reimplemented from makVrv::DtSharedSettings.
|
inlinevirtual |
Accessor for the settings backup.
| DtCorruptedState | Re-implement to use. |
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
\brief Backs up current state using backup settings object
Reimplemented from makVrv::DtSharedSettings.
|
friend |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |