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

Public Types | |
| typedef std::map< std::string, DtVrfSelectionFilter * > | FogOfWarFilters |
Public Member Functions | |
| DtSharedSpotReportSettings (const makVrv::DtSharedSettingsManager &manager) | |
| virtual | ~DtSharedSpotReportSettings () |
| virtual void | setSpotReportSettings (const DtVrfSpotReportsSettingsRecord &) |
| const DtVrfSpotReportsSettingsRecord & | spotReportSettings () const |
| const FogOfWarFilters & | fogOfWarFilters () const |
| virtual void | addFogOfWarFilter (const DtVrfSelectionFilter &) |
| Adds a new filter to the fog of war filters list, replacing one that is already there with the same name. | |
| virtual void | removeFogOfWarFilter (const std::string &) |
| Removes fog of war filter with given name. | |
| virtual bool | passesFogOfWarFilters (const makVrv::DtVrlinkSimulatedBaseState *, const DtVrfObjectDataState *) const |
| Returns true if this item passes the fog of war filters and should be visible. | |
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 | |
| DtVrfSpotReportsSettingsRecord | mySpotReportSettings |
| FogOfWarFilters | myFogOfWarFilters |
| typedef std::map<std::string, DtVrfSelectionFilter*> makVrf::DtSharedSpotReportSettings::FogOfWarFilters |
| makVrf::DtSharedSpotReportSettings::DtSharedSpotReportSettings | ( | const makVrv::DtSharedSettingsManager & | manager | ) |
|
virtual |
|
virtual |
| const DtVrfSpotReportsSettingsRecord& makVrf::DtSharedSpotReportSettings::spotReportSettings | ( | ) | const |
|
static |
|
inline |
|
virtual |
Adds a new filter to the fog of war filters list, replacing one that is already there with the same name.
Emits signal_addFogOfWarFilter via the shared signaler
|
virtual |
Removes fog of war filter with given name.
Emits signal_removeFogOfWarFilter with given name, even if filter does not exist in list
|
virtual |
Returns true if this item passes the fog of war filters and should be visible.
|
protected |
|
protected |