10 #ifndef DtConnectedSlavesLogic_H_
11 #define DtConnectedSlavesLogic_H_
20 class DtDeCommunicator;
21 class DtConnectedSlavesInterface;
43 virtual void slot_addClient(
const DtDeRecord& clientName);
46 virtual void slot_removeClient(
const std::string& clientName);
49 virtual void updateClientList();
DtDe & myDe
Definition: DtConnectedSlavesLogic.h:57
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:19
Contains makVrv::DtSubjectObserver class.
DtConnectedSlavesInterface * myInterface
Definition: DtConnectedSlavesLogic.h:58
A Record of an IG instance.
Definition: DtDeRecord.h:24
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:25
#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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72