![]() |
VR-Forces 4.5 Class Documentation
|
DtMuzzleFlashesCommand enables or disables muzzle flashes. More...

Public Member Functions | |
| DtMuzzleFlashesCommand () | |
| virtual | ~DtMuzzleFlashesCommand () |
| virtual DtObserverSettingsManager::ObserverSetting | settingToControl () const |
| Return the observer mode setting that this command controls. | |
Public Member Functions inherited from makVrv::DtObserverModeSettingCommand | |
| DtObserverModeSettingCommand () | |
| CTOR. | |
| virtual | ~DtObserverModeSettingCommand () |
| DTOR. | |
| virtual void | execute (DtDe &de) |
| Execute the command (change the observer mode setting) if the observer mode has view control enabled. | |
| virtual void | setFromControlPacket (vrvControlToolkit::DtVrvControl_v1 *control) |
| Initialize the command from a vrvControl packet. | |
| virtual std::string | observerModeName () const |
| Set / Get the name of the observer mode to change. | |
| virtual void | setObserverModeName (const std::string &mode) |
| virtual bool | isEnabled () const |
| Set / Get whether the setting is being enabled or disabled. | |
| virtual void | setEnabled (bool state) |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Additional Inherited Members | |
Protected Member Functions inherited from makVrv::DtObserverModeSettingCommand | |
| virtual void | setSettingByObserverModeIntKey (DtDe &de, int observerModeIntKey) |
| virtual void | setSettingByObserverModeName (DtDe &de, const std::string &observerModeName) |
Protected Attributes inherited from makVrv::DtObserverModeSettingCommand | |
| std::string | myObserverModeName |
| bool | myState |
DtMuzzleFlashesCommand enables or disables muzzle flashes.
| makVrv::DtMuzzleFlashesCommand::DtMuzzleFlashesCommand | ( | ) |
|
virtual |
|
virtual |
Return the observer mode setting that this command controls.
Implements makVrv::DtObserverModeSettingCommand.