![]() |
VR-Forces Developer's Guide
|
DtGlobalEnvironmentCommand changes the current environment condition configuration being used by the global environment.

Public Member Functions | |
| DtGlobalEnvironmentCommand () | |
| virtual | ~DtGlobalEnvironmentCommand () |
| virtual std::string | globalEnvironmentConditionName () const |
| virtual void | setGlobalEnvironmentConditionByName (const std::string &environmentConditionName) |
| virtual void | execute (DtDe &de) |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Protected Attributes | |
| std::string | myEnvironmentConditionName |
Protected Attributes inherited from makVrv::DtVrvCommand | |
| vrvControlToolkit::DtVrvControlTypeEnum | myCommandType |
| makVrv::DtGlobalEnvironmentCommand::DtGlobalEnvironmentCommand | ( | ) |
|
virtual |
|
virtual |
Get the environment condition name to apply to the global environment.
|
virtual |
Set the environment condition name to apply to the global environment Default is 'Clear'.
|
virtual |
Execute the command by passing command values to the DtEnvironment.
Implements makVrv::DtVrvCommand.
|
protected |