![]() |
VR-Forces 4.1 Class Documentation
|

Public Member Functions | |
| DtSharedTerrainProfileSettings (const makVrv::DtSharedSettingsManager &manager) | |
| virtual | ~DtSharedTerrainProfileSettings () |
| virtual void | setTerrainProfileSettings (const DtTerrainProfileSettingsRecord &) |
| const DtTerrainProfileSettingsRecord & | terrainProfileSettings () const |
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 () |
Protected Attributes | |
| DtTerrainProfileSettingsRecord | myTerrainProfileSettings |
| makVrf::DtSharedTerrainProfileSettings::DtSharedTerrainProfileSettings | ( | const makVrv::DtSharedSettingsManager & | manager | ) |
|
virtual |
|
virtual |
| const DtTerrainProfileSettingsRecord& makVrf::DtSharedTerrainProfileSettings::terrainProfileSettings | ( | ) | const |
|
static |
|
protected |