![]() |
VR-Forces 4.0.4 Class Documentation
|
DtHudsCommand enables or disables HUDS. More...

Public Member Functions | |
| DtHudsCommand () | |
| virtual | ~DtHudsCommand () |
| virtual bool | isEnabled () const |
| returns the setting for if cockpits are to be enabled in this command | |
| virtual void | setEnabled (bool state) |
| sets the cockpits to be enabled or disabled in this command | |
| virtual float | smoothingPeriod () const |
| Returns the smoothing period for cockpit elements from this command. | |
| virtual void | setSmoothingPeriod (const float &newPeriod) |
| sets the smoothing period for cockpit elements in this command | |
| virtual void | execute (DtDe &de) |
| executes the cockpit settings command | |
Protected Attributes | |
| bool | myState |
| float | mySmoothingPeriod |
DtHudsCommand enables or disables HUDS.
| virtual makVrv::DtHudsCommand::~DtHudsCommand | ( | ) | [virtual] |
| virtual bool makVrv::DtHudsCommand::isEnabled | ( | ) | const [virtual] |
returns the setting for if cockpits are to be enabled in this command
| virtual void makVrv::DtHudsCommand::setEnabled | ( | bool | state | ) | [virtual] |
sets the cockpits to be enabled or disabled in this command
| virtual float makVrv::DtHudsCommand::smoothingPeriod | ( | ) | const [virtual] |
Returns the smoothing period for cockpit elements from this command.
| virtual void makVrv::DtHudsCommand::setSmoothingPeriod | ( | const float & | newPeriod | ) | [virtual] |
sets the smoothing period for cockpit elements in this command
| virtual void makVrv::DtHudsCommand::execute | ( | DtDe & | de | ) | [virtual] |
executes the cockpit settings command
Implements makVrv::DtVrvCommand.
bool makVrv::DtHudsCommand::myState [protected] |
float makVrv::DtHudsCommand::mySmoothingPeriod [protected] |