13 #ifndef DtConnectedSlavesWidget_H_
14 #define DtConnectedSlavesWidget_H_
18 #include <QtWidgets/QTreeWidget>
23 class DtConnectedSlavesLogic;
43 virtual void onActivate();
46 virtual void onDeactivate();
49 virtual void onAddClient(
const std::string& clientName,
const std::string& clientType);
52 virtual void onRemoveClient(
const std::string& clientName);
55 virtual void setVisible(
bool visible);
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:22
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:28
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:31
#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.
Definition: DtDe.h:69