![]() |
VR-Forces 4.7 Class Documentation
|
Logic for remote graphic set state widget for enabling and disabling remote graphic sets. More...
Public Member Functions | |
| DtRemoteGraphicSetLogic (DtDe &de, DtRemoteGraphicSetInterface *iFace) | |
| virtual | ~DtRemoteGraphicSetLogic () |
| virtual void | setRemoteGraphicSetStatus (const std::string &name, bool onOff) |
| Set the remote graphic set status in the GUI. | |
| virtual void | remoteGraphicStatusChanged (const std::string &name, bool onOff) |
| Relay a status change from the GUI to the rest of the application. | |
| virtual void | removeRemoteGraphicSet (const std::string &name) |
| Remove a remote graphics set from the GUI. | |
Protected Member Functions | |
| virtual void | deInitialized () |
| Called when the DtDe is initialized to perform actions that require a fully initialized system. | |
Protected Attributes | |
| DtDe & | myDe |
| DtRemoteGraphicSetInterface * | myInterface |
| DtSignalConnectionManager | myConnections |
Logic for remote graphic set state widget for enabling and disabling remote graphic sets.
| makVrv::DtRemoteGraphicSetLogic::DtRemoteGraphicSetLogic | ( | DtDe & | de, |
| DtRemoteGraphicSetInterface * | iFace | ||
| ) |
|
virtual |
|
virtual |
Set the remote graphic set status in the GUI.
|
virtual |
Relay a status change from the GUI to the rest of the application.
|
virtual |
Remove a remote graphics set from the GUI.
|
protectedvirtual |
Called when the DtDe is initialized to perform actions that require a fully initialized system.
|
protected |
|
protected |
|
protected |