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

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