DtObserverModeSettingCommand is the common base class for all VRV Commands that toggle an observer mode setting.
More...
Detailed Description
DtObserverModeSettingCommand is the common base class for all VRV Commands that toggle an observer mode setting.
Constructor & Destructor Documentation
| makVrv::DtObserverModeSettingCommand::DtObserverModeSettingCommand |
( |
| ) |
|
| virtual makVrv::DtObserverModeSettingCommand::~DtObserverModeSettingCommand |
( |
| ) |
|
|
virtual |
Member Function Documentation
Return the observer mode setting that this command controls.
Implemented in makVrv::DtDepthOfFieldCommand, makVrv::DtOceanSprayCommand, makVrv::DtDetonationsCommand, makVrv::DtDustCloudsCommand, makVrv::DtDynamicLightsCommand, makVrv::DtDynamicOceanCommand, makVrv::DtFlamesCommand, makVrv::DtFootprintsCommand, makVrv::DtModelScalingCommand, makVrv::DtMuzzleFlashesCommand, makVrv::DtRainSplashCommand, makVrv::DtSensorFieldsOfViewCommand, makVrv::DtSkyCommand, makVrv::DtSmokePlumesCommand, makVrv::DtSpeedScalingCommand, makVrv::DtTacticalSmokeCommand, makVrv::DtTracersCommand, makVrv::DtTrackHistoriesCommand, makVrv::DtTracksCommand, makVrv::DtVaporTrailsCommand, and makVrv::DtWaveSplashCommand.
| virtual std::string makVrv::DtObserverModeSettingCommand::observerModeName |
( |
| ) |
const |
|
virtual |
Set / Get the name of the observer mode to change.
| virtual void makVrv::DtObserverModeSettingCommand::setObserverModeName |
( |
const std::string & |
mode | ) |
|
|
virtual |
| virtual bool makVrv::DtObserverModeSettingCommand::isEnabled |
( |
| ) |
const |
|
virtual |
Set / Get whether the setting is being enabled or disabled.
| virtual void makVrv::DtObserverModeSettingCommand::setEnabled |
( |
bool |
state | ) |
|
|
virtual |
| virtual void makVrv::DtObserverModeSettingCommand::execute |
( |
DtDe & |
de | ) |
|
|
virtual |
Execute the command (change the observer mode setting) if the observer mode has view control enabled.
Implements makVrv::DtVrvCommand.
Initialize the command from a vrvControl packet.
| virtual void makVrv::DtObserverModeSettingCommand::setSettingByObserverModeIntKey |
( |
DtDe & |
de, |
|
|
int |
observerModeIntKey |
|
) |
| |
|
protectedvirtual |
| virtual void makVrv::DtObserverModeSettingCommand::setSettingByObserverModeName |
( |
DtDe & |
de, |
|
|
const std::string & |
observerModeName |
|
) |
| |
|
protectedvirtual |
Member Data Documentation
| std::string makVrv::DtObserverModeSettingCommand::myObserverModeName |
|
protected |
| bool makVrv::DtObserverModeSettingCommand::myState |
|
protected |
The documentation for this class was generated from the following file: