![]() |
VR-Forces 4.0.4 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 makVrv::DtRemoteGraphicSetLogic::~DtRemoteGraphicSetLogic | ( | ) | [virtual] |
| virtual void makVrv::DtRemoteGraphicSetLogic::setRemoteGraphicSetStatus | ( | const std::string & | name, |
| bool | onOff | ||
| ) | [virtual] |
Set the remote graphic set status in the GUI.
| virtual void makVrv::DtRemoteGraphicSetLogic::remoteGraphicStatusChanged | ( | const std::string & | name, |
| bool | onOff | ||
| ) | [virtual] |
Relay a status change from the GUI to the rest of the application.
| virtual void makVrv::DtRemoteGraphicSetLogic::removeRemoteGraphicSet | ( | const std::string & | name | ) | [virtual] |
Remove a remote graphics set from the GUI.
| virtual void makVrv::DtRemoteGraphicSetLogic::deInitialized | ( | ) | [protected, virtual] |
Called when the DtDe is initialized to perform actions that require a fully initialized system.
DtDe& makVrv::DtRemoteGraphicSetLogic::myDe [protected] |