18 #include <QtWidgets/QWidget>
28 class DtConnectionListLogic;
52 virtual void addDriver(
const std::string& driverName,
54 virtual void removeDriver(
const std::string& driverName );
56 virtual void setCurrentDriver(
const std::string& name );
57 virtual void setDriverState(
const std::string& driverName,
59 virtual void setAutoConnectDriver(
const std::string& driverName );
60 virtual void setCurrentDriverState(
67 virtual void on_myConnections_itemSelectionChanged();
68 virtual void on_myConnectButton_clicked();
69 virtual void on_myAutoConnectButton_clicked();
70 virtual void on_myAutoConnectComboBox_currentIndexChanged(
71 const QString & text );
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
DriverState
Definition: DtConnectionListInterface.h:31
The logic for creating a connection list.
Definition: DtConnectionListLogic.h:28
Contains makVrv::DtConnectionListInterface class.
The interface to the connection list.
Definition: DtConnectionListInterface.h:23
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69