![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for controlling and update the makVrv::DtSlaveConnectionWidget. More...

Public Member Functions | |
| virtual | ~DtSlaveConnectionLogic () |
| virtual void | setupWidget () |
| Called during the widget's construction. Must be called after the widget's gui exists. | |
| virtual void | connect () |
| Connect to a slave. | |
| virtual void | restoreDefaultPort () |
| Restore the default port of the window. | |
| virtual void | slot_activate (DtDeCommunicator *igComm) |
| Necessary slot. | |
| virtual void | slot_deactivate (DtDeCommunicator *igComm) |
| Necessary slot. | |
Static Public Member Functions | |
| static DtSlaveConnectionLogic * | create (DtDe &de, DtSlaveConnectionInterface *iFace) |
| Create and initialize the logic. | |
Protected Member Functions | |
| DtSlaveConnectionLogic (DtDe &de, DtSlaveConnectionInterface *rcInterface) | |
| Constructor is protected because the static creator needs to call bind(). | |
| void | createDefaultDisplayEngineConfiguration (const std::string &igName) |
| Create default dislpay engine configuration with a display, window and channel. | |
Protected Attributes | |
| DtDe * | myDe |
| DtSlaveConnectionInterface * | myInterface |
The logic for controlling and update the makVrv::DtSlaveConnectionWidget.
| virtual makVrv::DtSlaveConnectionLogic::~DtSlaveConnectionLogic | ( | ) | [virtual] |
| makVrv::DtSlaveConnectionLogic::DtSlaveConnectionLogic | ( | DtDe & | de, |
| DtSlaveConnectionInterface * | rcInterface | ||
| ) | [protected] |
Constructor is protected because the static creator needs to call bind().
| static DtSlaveConnectionLogic* makVrv::DtSlaveConnectionLogic::create | ( | DtDe & | de, |
| DtSlaveConnectionInterface * | iFace | ||
| ) | [static] |
Create and initialize the logic.
It calls bind() on the created logic.
| virtual void makVrv::DtSlaveConnectionLogic::setupWidget | ( | ) | [virtual] |
Called during the widget's construction. Must be called after the widget's gui exists.
| virtual void makVrv::DtSlaveConnectionLogic::connect | ( | ) | [virtual] |
Connect to a slave.
| virtual void makVrv::DtSlaveConnectionLogic::restoreDefaultPort | ( | ) | [virtual] |
Restore the default port of the window.
| virtual void makVrv::DtSlaveConnectionLogic::slot_activate | ( | DtDeCommunicator * | igComm | ) | [virtual] |
Necessary slot.
| virtual void makVrv::DtSlaveConnectionLogic::slot_deactivate | ( | DtDeCommunicator * | igComm | ) | [virtual] |
Necessary slot.
| void makVrv::DtSlaveConnectionLogic::createDefaultDisplayEngineConfiguration | ( | const std::string & | igName | ) | [protected] |
Create default dislpay engine configuration with a display, window and channel.
DtDe* makVrv::DtSlaveConnectionLogic::myDe [protected] |