10 #ifndef DtConnectedSlavesWidget_H_
11 #define DtConnectedSlavesWidget_H_
15 #include <QtWidgets/QTreeWidget>
20 class DtConnectedSlavesLogic;
40 virtual void onActivate();
43 virtual void onDeactivate();
46 virtual void onAddClient(
const std::string& clientName,
const std::string& clientType);
49 virtual void onRemoveClient(
const std::string& clientName);
52 virtual void setVisible(
bool visible);
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:19
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:25
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:27
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains makVrv::DtDockable class.
Contains makVrv::DtConnectedSlavesInterface class.
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:70