VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrf::DtVrfDistributedEnvironmentSettingsManager Class Reference
Inheritance diagram for makVrf::DtVrfDistributedEnvironmentSettingsManager:
Inheritance graph
[legend]

Public Member Functions

 DtVrfDistributedEnvironmentSettingsManager (makVrv::DtDe &)
 
virtual bool allowSimEnvironmentEffectMessages () const
 Gets whether listening to sim environment effect messages or not. More...
 
virtual void setOverrideEnvironmentEffects (bool b)
 
bool overrideEnvironmentEffects () const
 
- Public Member Functions inherited from makVrv::DtDistributedEnvironmentSettingsManager
virtual ~DtDistributedEnvironmentSettingsManager ()
 DTOR. More...
 
virtual void setAllowSimEnvironmentEffectMessages (bool val)
 Sets whether to listen to sim environment effect messages or not. More...
 
virtual void setFromRecord (const makArchives::DtDistributedEnvironmentSettingsRecord &rec)
 Use the settings from the given settings record. More...
 
virtual void getRecord (makArchives::DtDistributedEnvironmentSettingsRecord &rec) const
 Populate the given record with the current settings. More...
 
- Public Member Functions inherited from makVrv::DtBaseSettingsManager< makArchives::DtDistributedEnvironmentSettingsRecord >
 DtBaseSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext)
 CTOR. More...
 
virtual ~DtBaseSettingsManager ()
 Virtual DTOR. More...
 
virtual void initializeBackup ()
 Creates a backup of the settings' current state. More...
 
- Public Member Functions inherited from makVrv::DtCommonBaseSettingsManager< makArchives::DtDistributedEnvironmentSettingsRecord >
 DtCommonBaseSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext)
 CTOR The name, displayName, and extension parameters are used for creating the settings object (DtDeSettings) and backup, and for constructing the filename when readin/writing the records to disk. More...
 
virtual ~DtCommonBaseSettingsManager ()
 Virtual DTOR. More...
 
virtual void autoSaveIfNecessary ()
 Saves the current settings as defaults if autosave is enabled. More...
 
virtual void setAutoSave (bool doit)
 Sets whether autosave is enabled for the settings manager. More...
 
virtual bool autoSave () const
 Gets whether autosave is enabled for the settings manager. More...
 
virtual void setUseDefaultSettingsRecord (bool useit)
 Sets whether setting initialization should check for a default record. More...
 
virtual bool useDefaultSettingsRecord () const
 Gets whether setting initialization should check for a default record. More...
 
virtual DtDeSettingssettings ()
 Accessor for the manager's DtDeSettings object. More...
 
virtual const DtDeSettingssettings () const
 Accessor for the manager's DtDeSettings object (const). More...
 
virtual DtSettingsBackupsettingsBackup ()
 Accessor for the manager's settings backup. More...
 
virtual const DtSettingsBackupsettingsBackup () const
 Accessor for the manager's settings backup (const). More...
 
virtual void loadDefaults ()
 Initializes the settings and creates a backup. More...
 
virtual void saveDefaultSettings ()
 Saves the current settings' state as the default (on disk). More...
 
virtual void loadDefaultSettings (bool loadOnlyFactorySettings)
 Loads the default settings from disk. More...
 
virtual void importSettings (const std::string &filePath)
 Load the settings' state from the given file. More...
 
virtual void exportSettings (const std::string &filePath) const
 Save the current settings' state to the given file. More...
 
virtual void getSplitRecord (std::vector< makArchives::DtDistributedEnvironmentSettingsRecord > &rec, std::vector< std::string > &fileNames)
 For directory support, split the main record into different sub-records and give them each a file name. More...
 
virtual void addRecords (makArchives::DtDistributedEnvironmentSettingsRecord &rec, makArchives::DtDistributedEnvironmentSettingsRecord &combinedRec)
 For directory support, when reading in a directory, add the records from each file to the combined record. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Protected Attributes

bool myOverrideEnvironmentEffects
 
- Protected Attributes inherited from makVrv::DtDistributedEnvironmentSettingsManager
bool myAllowSimEnvironmentEffectMessages
 
- Protected Attributes inherited from makVrv::DtCommonBaseSettingsManager< makArchives::DtDistributedEnvironmentSettingsRecord >
DtSignalConnectionManager myConnections
 
std::string myName
 
std::string myExtension
 
std::string myDisplayName
 
bool myUseDefaultSettingsRecordFlag
 
bool myAutoSaveFlag
 
DtSettingsBackupmySettingsBackup
 
DtDemyDe
 

Additional Inherited Members

- Static Public Member Functions inherited from makVrv::DtDistributedEnvironmentSettingsManager
static
DtDistributedEnvironmentSettingsManager
instance (DtDe &de)
 Get an instance of the settings manager. More...
 
- Public Attributes inherited from makVrv::DtDistributedEnvironmentSettingsManager
boost::signalslib::signal
< void(bool)> 
signal_allowSimMessagesSet
 Boost signals for changed settings. More...
 
- Protected Types inherited from makVrv::DtBaseSettingsManager< makArchives::DtDistributedEnvironmentSettingsRecord >
typedef DtRecordSettingsBackup
< DtBaseSettingsManager
< makArchives::DtDistributedEnvironmentSettingsRecord >
, makArchives::DtDistributedEnvironmentSettingsRecord
RecordBackupType
 
- Protected Member Functions inherited from makVrv::DtDistributedEnvironmentSettingsManager
 DtDistributedEnvironmentSettingsManager (DtDe &)
 Protected CTOR ( use instance(..) ) More...
 

Constructor & Destructor Documentation

makVrf::DtVrfDistributedEnvironmentSettingsManager::DtVrfDistributedEnvironmentSettingsManager ( makVrv::DtDe )

Member Function Documentation

virtual bool makVrf::DtVrfDistributedEnvironmentSettingsManager::allowSimEnvironmentEffectMessages ( ) const
virtual

Gets whether listening to sim environment effect messages or not.

Reimplemented from makVrv::DtDistributedEnvironmentSettingsManager.

virtual void makVrf::DtVrfDistributedEnvironmentSettingsManager::setOverrideEnvironmentEffects ( bool  b)
virtual
bool makVrf::DtVrfDistributedEnvironmentSettingsManager::overrideEnvironmentEffects ( ) const
inline

Member Data Documentation

bool makVrf::DtVrfDistributedEnvironmentSettingsManager::myOverrideEnvironmentEffects
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)