13 #ifndef DtConnectedSlavesLogic_H_
14 #define DtConnectedSlavesLogic_H_
23 class DtDeCommunicator;
24 class DtConnectedSlavesInterface;
46 virtual void slot_addClient(
const DtDeRecord& clientName);
49 virtual void slot_removeClient(
const std::string& clientName);
52 virtual void updateClientList();
DtDe & myDe
Definition: DtConnectedSlavesLogic.h:60
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:22
Contains makVrv::DtSubjectObserver class.
DtConnectedSlavesInterface * myInterface
Definition: DtConnectedSlavesLogic.h:61
A Record of an IG instance.
Definition: DtDeRecord.h:24
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:28
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The class responsible for managing communication between multiple DtDe instances typically running in...
Definition: DtDeCommunicator.h:31
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69