![]() |
VR-Forces Developer's Guide
|
DtVideoCommand enables or disables the display of all radio communications (comm lines and squawk indicators).

Public Member Functions | |
| DtVideoCommand () | |
| virtual | ~DtVideoCommand () |
| virtual void | execute (DtDe &de) |
| virtual std::string | videoStreamName () const |
| virtual void | setVideoStreamName (const std::string &videoStreamName) |
| virtual bool | startOrStop () const |
| virtual void | setStartOrStop (bool startOrStop) |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Protected Attributes | |
| std::string | myVideoStreamName |
| bool | myStartOrStop |
Protected Attributes inherited from makVrv::DtVrvCommand | |
| vrvControlToolkit::DtVrvControlTypeEnum | myCommandType |
| makVrv::DtVideoCommand::DtVideoCommand | ( | ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Set / get the name of the video stream to control.
|
virtual |
Set / get the name of the video stream to control.
|
virtual |
Start or stop the stream; true is start, false is stop.
|
virtual |
Start or stop the stream; true is start, false is stop.
|
virtual |
Execute the command, provided the current observer has enabled view control.
Implements makVrv::DtVrvCommand.
|
protected |
|
protected |