![]() |
VR-Forces 4.8 Class Documentation
|
DtOccupantsVisibleCommand toggles the occupant visible setting which will show/hide Offset DiGuys visual definitions on all entities which have the 'attachedvisualelement' set to 'True'. More...

Public Member Functions | |
| DtOccupantsVisibleCommand () | |
| virtual | ~DtOccupantsVisibleCommand () |
| virtual bool | occupantsVisible () const |
| Are all occupants visible? More... | |
| virtual void | setOccupantsVisible (bool visible) |
| Set whether all entities with additional 'Offset Di-Guy visualizers with 'attachedvisualelement' flag set to 'True' will be visible or not. More... | |
| virtual void | execute (DtDe &de) |
| set the DtSharedEntityDisplaySettingsManager:: occupantsVisible to true or false More... | |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Protected Attributes | |
| bool | myOccupantsVisible |
Protected Attributes inherited from makVrv::DtVrvCommand | |
| vrvControlToolkit::DtVrvControlTypeEnum | myCommandType |
Private Member Functions | |
| DtOccupantsVisibleCommand (DtOccupantsVisibleCommand &in) | |
| Private copy constructor. More... | |
| DtOccupantsVisibleCommand & | operator= (const DtOccupantsVisibleCommand &) |
| Private assignment operator. More... | |
DtOccupantsVisibleCommand toggles the occupant visible setting which will show/hide Offset DiGuys visual definitions on all entities which have the 'attachedvisualelement' set to 'True'.
| makVrv::DtOccupantsVisibleCommand::DtOccupantsVisibleCommand | ( | ) |
|
virtual |
|
private |
Private copy constructor.
|
virtual |
Are all occupants visible?
|
virtual |
Set whether all entities with additional 'Offset Di-Guy visualizers with 'attachedvisualelement' flag set to 'True' will be visible or not.
|
virtual |
set the DtSharedEntityDisplaySettingsManager:: occupantsVisible to true or false
Implements makVrv::DtVrvCommand.
|
private |
Private assignment operator.
|
protected |