![]() |
VR-Forces Developer's Guide
|
DtObserverModeManager is responsible for loading and saving observer modes, and providing a mechanism to look up observer mode information by observer mode ID.

Public Types | |
| typedef std::map< int, DtObserverMode > | ObserverModes |
Public Member Functions | |
| virtual | ~DtObserverModeManager () |
| const ObserverModes & | observerModes () const |
| int | numberOfObserverModes () const |
| virtual int | createObserverMode (const std::string &stringKey, const std::string &displayName) |
| virtual int | cloneObserverMode (int modeKeyOrig, const std::string &newStringKey, const std::string &newDisplayName) |
| virtual int | createModeKey (const std::string &stringKey) |
| virtual void | removeObserverMode (int mode) |
| int | lookupObserverModeKey (const std::string &stringKey) const |
| const std::string * | findObserverModeStringKey (int modeKey) const |
| bool | getObserverModeById (int modeKey, DtObserverMode &result) const |
| bool | getObserverModeByName (const std::string &observerModeName, DtObserverMode &result) |
| std::string | name (int modeKey) const |
| void | setName (int modeKey, const std::string &name) |
| DtModelSetId | modelSet (int modeKey) const |
| void | setModelSet (int modeKey, DtModelSetId modelSet) |
| std::string | keyMap (int modeKey) const |
| void | setKeyMap (int modeKey, const std::string &keyMap) |
| void | setIs2D (int modeKey, bool trueOrFalse) |
| bool | is2D (int modeKey) const |
| bool | setSensor (int modeKey, const std::string &sensorName) |
| std::string | sensor (int modeKey) const |
| void | setGainPrecision (int modeKey, int precision) |
| int | gainPrecision (int modeKey) const |
| void | setModelScaleFactor (int modeKey, double modelScaleFactor) |
| double | modelScaleFactor (int modeKey) const |
| void | setModelScaleType (int modeKey, const std::string &modelScaleType) |
| const std::string & | modelScaleType (int modeKey) const |
| void | setMaxModelScaleFactor (int modeKey, double maxModelScaleFactor) |
| double | maxModelScaleFactor (int modeKey) const |
| void | setMaxLinearModelScaleFactor (int modeKey, double maxLinearModelScaleFactor) |
| double | maxLinearModelScaleFactor (int modeKey) const |
| void | setOrbitSpeedGain (int modeKey, int gain) |
| int | orbitSpeedGain (int modeKey) const |
| void | setLinearScaledSpeedGain (int modeKey, int gain) |
| int | linearScaledSpeedGain (int modeKey) const |
| void | setLinearUnscaledSpeedGain (int modeKey, int gain) |
| int | linearUnscaledSpeedGain (int modeKey) const |
| void | setRotationSpeedGain (int modeKey, int gain) |
| int | rotationSpeedGain (int modeKey) const |
| virtual void | setColorControlEnabled (int modeKey, bool enabled) |
| virtual bool | colorControlEnabled (int modeKey) const |
| virtual void | setColorControlInvert (int modeKey, bool enabled) |
| virtual bool | colorControlInvert (int modeKey) const |
| virtual void | setColorControlContrast (int modeKey, double value) |
| virtual double | colorControlContrast (int modeKey) const |
| virtual void | setColorControlBrightness (int modeKey, double value) |
| virtual double | colorControlBrightness (int modeKey) const |
| virtual void | setColorControlColorMix (int modeKey, double value) |
| virtual double | colorControlColorMix (int modeKey) const |
| void | setObserverSetting (int modeKey, int settingKey, bool val) |
| bool | observerSetting (int modeKey, int settingKey) const |
| void | setSpeedScalingMode (int modeKey, DtObserverObject::SpeedScalingMode mode) |
| DtObserverObject::SpeedScalingMode | speedScalingMode (int modeKey) const |
| void | setSpeedScalingMslModeOffset (int modeKey, double offset) |
| double | speedScalingMslModeOffset (int modeKey) const |
| void | setCameraShakeEnabled (int modeKey, bool enabled) |
| bool | cameraShakeEnabled (int modeKey) const |
| void | setCameraShakeIntensity (int modeKey, double intensity) |
| double | cameraShakeIntensity (int modeKey) const |
| void | setLodScaleCenterEnabled (int modeKey, bool enabled) |
| bool | lodScaleCenterEnabled (int modeKey) const |
| void | setLodScaleCenterMagMinLimit (int modeKey, double limit) |
| double | lodScaleCenterMagMinLimit (int modeKey) const |
| void | setNorthType (int modeKey, DtObserverObject::NorthType northType) |
| DtObserverObject::NorthType | northType (int modeKey) const |
Setting Persistence Methods | |
| virtual void | loadDefaultSettings (bool loadOnlyDefaultSettings) |
| virtual void | loadDefaultSettings (bool loadOnlyDefaultSettings, bool merge) |
| virtual void | importSettings (const std::string &filepath, bool merge) |
| virtual void | exportObserverMode (int modeKey, const std::string &filepath) const |
| virtual void | setFromRecord (const makArchives::DtObserverModesRecord &record) |
| virtual void | setFromRecord (const makArchives::DtObserverModesRecord &record, bool merge) |
| virtual void | setObserverModeFromRecord (const makArchives::DtObserverModesRecord &record, int modeKey) |
| virtual void | getRecord (makArchives::DtObserverModesRecord &record) const |
| virtual DtObserverModesSettingsBackup * | observerModeSettingsBackup () |
Public Member Functions inherited from makVrv::DtBaseSettingsManager< makArchives::DtObserverModesRecord > | |
| DtBaseSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext) | |
| virtual | ~DtBaseSettingsManager () |
| virtual bool | getOverriddenFactoryRecord (makArchives::DtObserverModesRecord &record) const |
Public Member Functions inherited from makVrv::DtCommonBaseSettingsManager< makArchives::DtObserverModesRecord > | |
| DtCommonBaseSettingsManager (DtDe &de, const std::string &name, const std::string &displayName, const std::string &ext) | |
| virtual | ~DtCommonBaseSettingsManager () |
| virtual void | autoSaveIfNecessary () |
| virtual void | setAutoSave (bool doit) |
| virtual bool | autoSave () const |
| virtual void | setUseDefaultSettingsRecord (bool useit) |
| virtual bool | useDefaultSettingsRecord () const |
| virtual DtDeSettings * | settings () |
| virtual const DtDeSettings * | settings () const |
| virtual DtSettingsBackup * | settingsBackup () |
| virtual const DtSettingsBackup * | settingsBackup () const |
| virtual void | loadDefaults () |
| virtual void | saveDefaultSettings () |
| virtual void | importSettings (const std::string &filePath) |
| virtual void | exportSettings (const std::string &filePath) const |
| virtual void | getSplitRecord (std::vector< makArchives::DtObserverModesRecord > &rec, std::vector< std::string > &fileNames) |
| virtual void | addRecords (makArchives::DtObserverModesRecord &rec, makArchives::DtObserverModesRecord &combinedRec) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtObserverModeManager & | instance (DtDe &de) |
Public Attributes | |
| boost::signalslib::signal < void(int)> | observerModeKeyMapChanged |
| boost::signalslib::signal < void(int)> | observerModeModelSetChanged |
| boost::signalslib::signal < void(int)> | observerModeIs2DChanged |
| boost::signalslib::signal < void(int)> | observerModeNameChanged |
| boost::signalslib::signal < void(int)> | observerModeSensorChanged |
| boost::signalslib::signal < void(int, int, bool)> | observerModeSettingChanged |
| boost::signalslib::signal < void(int)> | observerModeGainPrecisionChanged |
| boost::signalslib::signal < void(int)> | observerModeOrbitSpeedGainChanged |
| boost::signalslib::signal < void(int)> | observerModeRotationSpeedGainChanged |
| boost::signalslib::signal < void(int)> | observerModeLinearScaledSpeedGainChanged |
| boost::signalslib::signal < void(int)> | observerModeLinearUnscaledSpeedGainChanged |
| boost::signalslib::signal < void(int)> | observerModeModelScaleFactorChanged |
| boost::signalslib::signal < void(int)> | observerModeModelScaleTypeChanged |
| boost::signalslib::signal < void(int)> | observerModeMaxModelScaleFactorChanged |
| boost::signalslib::signal < void(int)> | observerModeMaxLinearModelScaleFactorChanged |
| boost::signalslib::signal < void(int)> | observerModeSpeedScalingModeChanged |
| boost::signalslib::signal < void(int)> | observerModeSpeedScalingMslModeOffsetChanged |
| boost::signalslib::signal < void(int)> | observerModeCameraShakeEnabledChanged |
| boost::signalslib::signal < void(int)> | observerModeCameraShakeIntensityChanged |
| boost::signalslib::signal < void(int)> | observerModeLodScaleCenterEnabledChanged |
| boost::signalslib::signal < void(int)> | observerModeLodScaleCenterMagMinLimitChanged |
| boost::signalslib::signal < void(int)> | observerModeNorthTypeChanged |
| boost::signalslib::signal < void(int)> | observerModeColorControlEnabledChanged |
| boost::signalslib::signal < void(int)> | observerModeColorControlInvertChanged |
| boost::signalslib::signal < void(int)> | observerModeColorControlContrastChanged |
| boost::signalslib::signal < void(int)> | observerModeColorControlBrightnessChanged |
| boost::signalslib::signal < void(int)> | observerModeColorControlColorMixChanged |
| boost::signalslib::signal < void(int)> | observerModeAdded |
| boost::signalslib::signal < void(int)> | observerModeToBeRemoved |
Protected Types | |
| typedef std::map< std::string, int > | ObserverModesMap |
Protected Types inherited from makVrv::DtBaseSettingsManager< makArchives::DtObserverModesRecord > | |
| typedef DtRecordSettingsBackup < DtBaseSettingsManager < makArchives::DtObserverModesRecord > , makArchives::DtObserverModesRecord > | RecordBackupType |
Protected Member Functions | |
| DtObserverModeManager (DtDe &) | |
| virtual bool | applyFactoryOverrides (makArchives::DtObserverModesRecord &rec) const |
| DtObserverMode * | getObserverModePtr (int modeKey) |
| const DtObserverMode * | getObserverModeConstPtr (int modeKey) const |
| virtual void | addObserverMode (const DtObserverMode &mode) |
| virtual void | clear () |
| virtual void | initializeBackup () |
| virtual void | slot_wireframeModeChanged (bool onOrOff) |
Protected Attributes | |
| DtStringKeyConverter * | myStringKeyConverter |
| ObserverModes | myObserverModes |
| ObserverModesMap | myObserverModesMap |
| DtSignalConnectionManager | mySignalConnections |
Protected Attributes inherited from makVrv::DtCommonBaseSettingsManager< makArchives::DtObserverModesRecord > | |
| DtSignalConnectionManager | myConnections |
| std::string | myName |
| std::string | myExtension |
| std::string | myDisplayName |
| bool | myUseDefaultSettingsRecordFlag |
| bool | myAutoSaveFlag |
| DtSettingsBackup * | mySettingsBackup |
| DtDe & | myDe |
Friends | |
| class | DtObserverModeManagerCreator |
| template<typename ManagerClass > | |
| ManagerClass & | defaultManagerInstanceFunction (DtDe &, bool) |
| template<typename ManagerClass > | |
| void | defaultManagerRegisterInstanceFunction (DtDe &, ManagerClass *) |
| typedef std::map<int, DtObserverMode> makVrv::DtObserverModeManager::ObserverModes |
Type returned when retrieving all observer modes.
|
protected |
Map type for mapping observer mode names to integer keys.
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance used to emit, or to connect.
| const ObserverModes& makVrv::DtObserverModeManager::observerModes | ( | ) | const |
Accessor for the map of observer modes.
| int makVrv::DtObserverModeManager::numberOfObserverModes | ( | ) | const |
get the number of Observer Modes
|
virtual |
Add a observer mode. An modeKey will be assigned. The user can then set the key map and model set to use. Returns the modeKey assigned.
|
virtual |
Create a new observer mode based on an existing one. An modeKey will be assigned; returns the modeKey assigned. Returns -1 if the clone fails.
|
virtual |
Get a key without adding the observer to the manager. This is used by DtObserverMode::setFromRecord, and not recommended for general use.
|
virtual |
Remove a observer mode.
| int makVrv::DtObserverModeManager::lookupObserverModeKey | ( | const std::string & | stringKey | ) | const |
Looks up the int key for the observer mode with the given name.
| const std::string* makVrv::DtObserverModeManager::findObserverModeStringKey | ( | int | modeKey | ) | const |
Find the observer mode string for a int key.
| bool makVrv::DtObserverModeManager::getObserverModeById | ( | int | modeKey, |
| DtObserverMode & | result | ||
| ) | const |
Get a observer mode.
| bool makVrv::DtObserverModeManager::getObserverModeByName | ( | const std::string & | observerModeName, |
| DtObserverMode & | result | ||
| ) |
Gets a reference to the observer mode with the given name. The return value indicates whether the result reference was populated with the requested observer mode. If false, the result has been untouched.
| std::string makVrv::DtObserverModeManager::name | ( | int | modeKey | ) | const |
Get the observer mode's display name.
| void makVrv::DtObserverModeManager::setName | ( | int | modeKey, |
| const std::string & | name | ||
| ) |
Set the observer mode's display name.
| DtModelSetId makVrv::DtObserverModeManager::modelSet | ( | int | modeKey | ) | const |
get the model set for the specified mode
| void makVrv::DtObserverModeManager::setModelSet | ( | int | modeKey, |
| DtModelSetId | modelSet | ||
| ) |
This specifies the model set for the indicated observer mode.
| std::string makVrv::DtObserverModeManager::keyMap | ( | int | modeKey | ) | const |
get the key map for the specified mode
| void makVrv::DtObserverModeManager::setKeyMap | ( | int | modeKey, |
| const std::string & | keyMap | ||
| ) |
This specifies the key map for the indicated observer mode.
Set if the observer mode is 2D or not (3D)
Set the sensor used for the observer mode If the sensor module for the sensor is not supported in VRV runtime, return false. For example, if you select a sensorName which refers to a CameraFX sensor while running Vantage with SensorFX, setSensor will return false. If the sensor module matches what is loaded and the modekey iv valid, the function will return true.
| std::string makVrv::DtObserverModeManager::sensor | ( | int | modeKey | ) | const |
Get the sensor used for the observer mode.
Set the observer mode's gain precision.
Get the observer mode's gain precision.
Set the observer mode's model scale factor.
Get the observer mode's model scale factor.
| void makVrv::DtObserverModeManager::setModelScaleType | ( | int | modeKey, |
| const std::string & | modelScaleType | ||
| ) |
Set the observer mode's model scale type.
| const std::string& makVrv::DtObserverModeManager::modelScaleType | ( | int | modeKey | ) | const |
Get the observer mode's model scale type.
| void makVrv::DtObserverModeManager::setMaxModelScaleFactor | ( | int | modeKey, |
| double | maxModelScaleFactor | ||
| ) |
Set the observer mode's max model scale factor.
Get the observer mode's max model scale factor.
| void makVrv::DtObserverModeManager::setMaxLinearModelScaleFactor | ( | int | modeKey, |
| double | maxLinearModelScaleFactor | ||
| ) |
Set the observer mode's max Linear model scale factor.
Get the observer mode's max model scale factor.
Set the default orbit speed gain.
Get the default orbit speed gain.
Set the default linear scaled speed gain.
Get the default linear scaled speed gain.
Set the default linear unscaled speed gain.
Get the default linear unscaled speed gain.
Get and set the default rotation speed gain.
Get and set the default rotation speed gain.
| void makVrv::DtObserverModeManager::setSpeedScalingMode | ( | int | modeKey, |
| DtObserverObject::SpeedScalingMode | mode | ||
| ) |
Get and set the speed scaling mode.
| DtObserverObject::SpeedScalingMode makVrv::DtObserverModeManager::speedScalingMode | ( | int | modeKey | ) | const |
Get and set the speed scaling mode.
Get and set the speed scaling MSL mode offset.
Get and set the speed scaling MSL mode offset.
Enable or disable camera shake.
Enable or disable camera shake.
Get and set the camera shake intensity.
Get and set the camera shake intensity.
Enable or disable the use of an lod scale center.
Enable or disable the use of an lod scale center.
Get and set the minimum view magnification that the lod scale will start being used.
Get and set the minimum view magnification that the lod scale will start being used.
| void makVrv::DtObserverModeManager::setNorthType | ( | int | modeKey, |
| DtObserverObject::NorthType | northType | ||
| ) |
Get and North type.
| DtObserverObject::NorthType makVrv::DtObserverModeManager::northType | ( | int | modeKey | ) | const |
Get and North type.
|
virtual |
Sets the color control enabled value. Defines if the color control should be used for an observer mode.
| enabled | True if color control should be enabled. |
Gets the color control enabled value.
|
virtual |
Sets the current color control invert value. Defines if the grayscale computed output should be inverted in the image.
| enabled | True if the color grayscale should be inverted. |
Gets the color control invert value.
|
virtual |
Sets the current color control contrast value. Defines the grayscale contrast in the image.
| value | The (0.0 - 1.0) grayscale contrast value. |
Gets the color control contrast value.
|
virtual |
Sets the current color control brightness value. Defines the grayscale brightness in the image.
| value | The (0.0 - 1.0) grayscale brightness value. |
Gets the color control brightness value.
|
virtual |
Sets the current color control color mix value. Defines how much color to mix in to the image.
| value | The (0.0 - 1.0) grayscale vs color mix value. |
Gets the color control color mix value.
Set whether the given observer setting is enabled or not.
| modeKey | the key for the observer mode the setting belongs to. |
| settingKey | the key for the setting to be set. |
| val | the new enabled state for the setting. |
Get whether the given observer setting is enabled for not.
| modeKey | the key for the observer mode the setting belongs to. |
| settingKey | the key for the setting to retrieve the state for. |
|
virtual |
Load the default settings.
Reimplemented from makVrv::DtCommonBaseSettingsManager< makArchives::DtObserverModesRecord >.
|
virtual |
Load the default settings and merge if necessary.
|
virtual |
Import settings from the file and merge if necessary.
|
virtual |
Export the specified observer mode to the named file.
|
virtual |
Use the settings from the given settings record.
Implements makVrv::DtBaseSettingsManager< makArchives::DtObserverModesRecord >.
|
virtual |
Sets or merges the current settings with the given settings record. If the merge parameter is false, the settings are cleared then the record settings are added (essentially a regular set). If the merge parameter is true, the settings are merged with the current settings.
|
virtual |
Use the observer mode settings from the given record.
|
virtual |
Populate the given record with the current settings.
Implements makVrv::DtBaseSettingsManager< makArchives::DtObserverModesRecord >.
|
virtual |
Return our settings backup object, properly cast to the derived version we are using.
|
protectedvirtual |
Get overrides to the factory record, if any. If there are overrides, this function returns true. This is an internal utility function used by VR-Vantage engineers to update factory defaults. As a result, this function returns false in releases but can be overriden by toolkit users if desired; however, generally toolkit users can and should use DtDeInitializer::addDefaultSettingsRecord(...) instead.
Implements makVrv::DtBaseSettingsManager< makArchives::DtObserverModesRecord >.
|
protected |
Accessor for a pointer to the observer mode with the given key.
|
protected |
Accessor for a pointer to the observer mode with the given key.
|
protectedvirtual |
Add an already filled out mode (such as one read from a file)
Note that if the mode already exists, it overwrites it.
|
protectedvirtual |
delete all the current visual modes
|
protectedvirtual |
Creates a backup of the settings' current state.
Reimplemented from makVrv::DtBaseSettingsManager< makArchives::DtObserverModesRecord >.
|
protectedvirtual |
|
friend |
Befriend the creator class so the manager can be instantiated properly.
|
friend |
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retrieval/creation.
Then simply in the implementation of instance call defaultManagerInstanceFunction with the de object and return the return value.
|
friend |
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retrieval/creation.
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeKeyMapChanged |
signal that the indicated observer mode's key map changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeModelSetChanged |
signal that the indicated observer mode's model set changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeIs2DChanged |
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeNameChanged |
signal that the indicated observer mode's name changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeSensorChanged |
signal that the indicated observer mode's sensor changed
| boost::signalslib::signal<void (int, int,bool)> makVrv::DtObserverModeManager::observerModeSettingChanged |
signal that the indicated observer mode's setting changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeGainPrecisionChanged |
signal that the indicated observer mode's gain precision changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeOrbitSpeedGainChanged |
signal that the indicated observer mode's orbit speed changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeRotationSpeedGainChanged |
signal that the indicated observer mode's rotation speed changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeLinearScaledSpeedGainChanged |
signal that the indicated observer mode's scaled linear speed changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeLinearUnscaledSpeedGainChanged |
signal that the indicated observer mode's scaled linear speed changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeModelScaleFactorChanged |
signal that the indicated observer mode's model scale factor changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeModelScaleTypeChanged |
signal that the indicated observer mode's model scale type changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeMaxModelScaleFactorChanged |
signal that the indicated observer mode's max model scale factor changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeMaxLinearModelScaleFactorChanged |
signal that the indicated observer mode's max linear model scale factor changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeSpeedScalingModeChanged |
signal that the indicated observer mode's speed scaling mode has changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeSpeedScalingMslModeOffsetChanged |
signal that the indicated observer mode's speed scaling MSL mode offset has changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeCameraShakeEnabledChanged |
signal that the camera shake has been enabled or disabled
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeCameraShakeIntensityChanged |
signal that the camera shake intensity has changed
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeLodScaleCenterEnabledChanged |
signal that the lod scale center has been enabled or disabled
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeLodScaleCenterMagMinLimitChanged |
signal that the lod scale center view magnification min limit has changed
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeNorthTypeChanged |
signal that the north type has changed
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeColorControlEnabledChanged |
signal that the color control has been enabled or disabled
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeColorControlInvertChanged |
signal that the color control invert has been enabled or disabled
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeColorControlContrastChanged |
signal that the color control contrast has changed
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeColorControlBrightnessChanged |
signal that the color control brightness has changed
| boost::signalslib::signal<void(int)> makVrv::DtObserverModeManager::observerModeColorControlColorMixChanged |
signal that the color control color mix has changed
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeAdded |
signal that the indicated observer mode was added
| boost::signalslib::signal<void (int)> makVrv::DtObserverModeManager::observerModeToBeRemoved |
signal that the indicated observer mode is about to be removed
|
protected |
|
protected |
|
protected |
|
protected |