![]() |
VR-Forces 4.5 Class Documentation
|
Represents the class that manages the different sky conditions supported by the vrf environment. More...

Public Member Functions | |
| virtual | ~DtSkyConditionsManager () |
| virtual void | getRecord (makArchives::DtSkyConditionsListRecord &record) |
| Get the cloud conditions list by a record. | |
| virtual void | getSplitRecord (std::vector< makArchives::DtSkyConditionsListRecord > &rec, std::vector< std::string > &fileNames) |
| To support writing element definitions in folders as multiple files not implemented for DtSkyConditionsManager. | |
| virtual void | addRecords (makArchives::DtSkyConditionsListRecord &recs, makArchives::DtSkyConditionsListRecord &combinedRec) |
| To support writing element definitions in folders as multiple files not implemented for DtSkyConditionsManager. | |
| virtual void | setFromRecord (const makArchives::DtSkyConditionsListRecord &record) |
| Set the list of cloud conditions by a record. | |
| DtVrfWeatherCloudState | currentSkyConditions () const |
| virtual void | setCurrentSkyConditions (DtVrfWeatherCloudState value) |
| virtual const makArchives::DtSkyConditionRecord & | skyCondition (DtVrfWeatherCloudState value) |
| Throws if bad enum given. | |
| virtual void | restore () |
| Restores to backup up environment from startup default. | |
| virtual void | saveAsDefaults () |
| Called to save the current settings as the default settings. | |
| const DtSettingsBackup * | settingsBackup () const |
| DtSettingsBackup * | settingsBackup () |
| virtual void | exportSettings (const std::string &filename) |
| Import / export the list of named conditions (.enlx file) | |
| virtual void | importSettings (const std::string &filename) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtSkyConditionsManager & | instance (DtDe &de) |
| Get an instance of the settings manager. | |
Protected Types | |
| typedef boost::unordered_map < DtVrfWeatherCloudState, makArchives::DtSkyConditionRecord > | SkyConditionMap |
Protected Member Functions | |
| DtSkyConditionsManager (makVrv::DtDe &) | |
| CTOR. | |
| virtual void | applySkyCondition (makArchives::DtSkyConditionRecord &rec) |
| virtual void | loadDefaults (bool loadOnlyFactorySettings=false) |
| virtual void | autoSave () |
| virtual void | makeSkyConditionsMap (const makArchives::DtSkyConditionsListRecord &record) |
Protected Attributes | |
| DtDe & | myDe |
| SkyConditionMap | mySkyConditions |
| DtRecordSettingsBackupInterface * | mySettingsBackup |
Represents the class that manages the different sky conditions supported by the vrf environment.
|
protected |
|
virtual |
|
protected |
CTOR.
|
static |
Get an instance of the settings manager.
|
virtual |
Get the cloud conditions list by a record.
|
inlinevirtual |
To support writing element definitions in folders as multiple files not implemented for DtSkyConditionsManager.
|
inlinevirtual |
To support writing element definitions in folders as multiple files not implemented for DtSkyConditionsManager.
|
virtual |
Set the list of cloud conditions by a record.
| DtVrfWeatherCloudState makVrv::DtSkyConditionsManager::currentSkyConditions | ( | ) | const |
|
virtual |
|
virtual |
Throws if bad enum given.
|
virtual |
Restores to backup up environment from startup default.
|
virtual |
Called to save the current settings as the default settings.
|
virtual |
Import / export the list of named conditions (.enlx file)
|
virtual |
|
inline |
|
inline |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |