![]() |
VR-Forces 4.0.4 Class Documentation
|
Logic class for the Connected Slaves widget. More...

Public Member Functions | |
| virtual | ~DtConnectedSlavesLogic () |
| virtual void | slot_activate (DtDeCommunicator *comm) |
| Activate slot. | |
| virtual void | slot_deactivate (DtDeCommunicator *comm) |
| Deactivate slot. | |
| virtual void | slot_addClient (const DtDeRecord &clientName) |
| Slot for adding a client. | |
| virtual void | slot_removeClient (const std::string &clientName) |
| \ brief Slot for removing a client. | |
| virtual void | updateClientList () |
| Updates the client list for the widget. | |
Static Public Member Functions | |
| static DtConnectedSlavesLogic * | create (DtDe &de, DtConnectedSlavesInterface *csInterface) |
| Create and initialize the logic. | |
Protected Member Functions | |
| DtConnectedSlavesLogic (DtDe &de, DtConnectedSlavesInterface *csInterface) | |
| Constructor is protected because the static creator needs to call bind(). | |
Protected Attributes | |
| DtDe & | myDe |
| DtConnectedSlavesInterface * | myInterface |
Logic class for the Connected Slaves widget.
| virtual makVrv::DtConnectedSlavesLogic::~DtConnectedSlavesLogic | ( | ) | [virtual] |
| makVrv::DtConnectedSlavesLogic::DtConnectedSlavesLogic | ( | DtDe & | de, |
| DtConnectedSlavesInterface * | csInterface | ||
| ) | [protected] |
Constructor is protected because the static creator needs to call bind().
| static DtConnectedSlavesLogic* makVrv::DtConnectedSlavesLogic::create | ( | DtDe & | de, |
| DtConnectedSlavesInterface * | csInterface | ||
| ) | [static] |
Create and initialize the logic.
It calls bind() on the created logic.
| virtual void makVrv::DtConnectedSlavesLogic::slot_activate | ( | DtDeCommunicator * | comm | ) | [virtual] |
Activate slot.
| virtual void makVrv::DtConnectedSlavesLogic::slot_deactivate | ( | DtDeCommunicator * | comm | ) | [virtual] |
Deactivate slot.
| virtual void makVrv::DtConnectedSlavesLogic::slot_addClient | ( | const DtDeRecord & | clientName | ) | [virtual] |
Slot for adding a client.
| virtual void makVrv::DtConnectedSlavesLogic::slot_removeClient | ( | const std::string & | clientName | ) | [virtual] |
\ brief Slot for removing a client.
| virtual void makVrv::DtConnectedSlavesLogic::updateClientList | ( | ) | [virtual] |
Updates the client list for the widget.
DtDe& makVrv::DtConnectedSlavesLogic::myDe [protected] |