13 #ifndef DtConnectionListLogic_H_
14 #define DtConnectionListLogic_H_
21 class DtConnectionListInterface;
41 void onCurrentDriverChanged(
const std::string& driver);
44 void onCurrentDriverConnect();
46 void onSetCurrentDriverAsAutoDriver();
47 void onSetDriverAsAutoDriver(
const std::string& driver);
50 void onDriverDestroyed(
DtDriver& con);
56 void updateInterface();
57 void onAutoDriverChanaged(
const std::string& driver);
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtConnectionListInterface & myInterface
Definition: DtConnectionListLogic.h:63
DtDe & myDe
Definition: DtConnectionListLogic.h:62
Contains DLL export macros.
DtDriver * myCurrentDriver
Definition: DtConnectionListLogic.h:65
The DtDriver is an abstract class.
Definition: DtDriver.h:34
The logic for creating a connection list.
Definition: DtConnectionListLogic.h:28
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