VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makVrv::DtSharedInterestManagementSettings Class Reference

Object responsible for storing the settings regarding interest management (DDM). More...

Inheritance diagram for makVrv::DtSharedInterestManagementSettings:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~DtSharedInterestManagementSettings ()
 DTOR.
void setFromRecord (const makArchives::DtInterestManagementRecord &rec)
 Set the interest management settings from a record.
void getRecord (makArchives::DtInterestManagementRecord &rec) const
 Get the interest management settings as a record.
virtual const
DtInterestManagementSettingsBackup
settingsBackup () const
 Accessor for the settings backup (const).
virtual
DtInterestManagementSettingsBackup
settingsBackup ()
 Accessor for the settings backup.
virtual void backup ()
 Called to back up the settings.
Setting setters/getters
void setDdmRegionSize (int size)
int ddmRegionSize () const
void setRegionUpdateThreshold (int percentage)
int regionUpdateThreshold () const
void setAltitudeThresholdEnabled (bool enabled)
bool altitudeThresholdEnabled () const
void setAltitudeThreshold (int threshold)
int altitudeThreshold () const

Static Public Member Functions

static std::string className ()
 The class name for this settings object.

Protected Member Functions

 DtSharedInterestManagementSettings (DtSharedSettingsManager &manager)
 Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).

Protected Attributes

int myDdmRegionSize
int myRegionUpdateThreshold
bool myAltitudeThresholdEnabled
int myAltitudeThreshold
DtInterestManagementSettingsBackupmySettingsBackup

Friends

class DtReadSettingsLock< DtSharedInterestManagementSettings >
 Use the DtWriteSettingsLock to read the object.
class DtWriteSettingsLock< DtSharedInterestManagementSettings >
 Use the DtWriteSettingsLock to write to the object.

Detailed Description

Object responsible for storing the settings regarding interest management (DDM).


Constructor & Destructor Documentation

DTOR.

Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).


Member Function Documentation

Set the interest management settings from a record.

Get the interest management settings as a record.

Accessor for the settings backup (const).

Reimplemented from makVrv::DtSharedSettings.

Accessor for the settings backup.

Reimplemented from makVrv::DtSharedSettings.

Called to back up the settings.

Reimplemented from makVrv::DtSharedSettings.

The class name for this settings object.


Friends And Related Function Documentation

Use the DtWriteSettingsLock to read the object.

Use the DtWriteSettingsLock to write to the object.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)