![]() |
VR-Forces 5.0.2 Developer's Guide
|
Logic class for the Connected Slaves widget.

Public Member Functions | |
| virtual | ~DtConnectedSlavesLogic () |
| virtual void | slot_activate (DtDeCommunicator *comm) |
| virtual void | slot_deactivate (DtDeCommunicator *comm) |
| virtual void | slot_addClient (const DtDeRecord &clientName) |
| virtual void | slot_removeClient (const std::string &clientName) |
| virtual void | updateClientList () |
Static Public Member Functions | |
| static DtConnectedSlavesLogic * | create (DtDe &de, DtConnectedSlavesInterface *csInterface) |
Protected Member Functions | |
| DtConnectedSlavesLogic (DtDe &de, DtConnectedSlavesInterface *csInterface) | |
Protected Attributes | |
| DtDe & | myDe |
| DtConnectedSlavesInterface * | myInterface |
|
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 |