10 #ifndef DtConnectionListLogic_H_
11 #define DtConnectionListLogic_H_
18 class DtConnectionListInterface;
38 void onCurrentDriverChanged(
const std::string& driver);
41 void onCurrentDriverConnect();
43 void onSetCurrentDriverAsAutoDriver();
44 void onSetDriverAsAutoDriver(
const std::string& driver);
47 void onDriverDestroyed(
DtDriver& con);
53 void updateInterface();
54 void onAutoDriverChanaged(
const std::string& driver);
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtConnectionListInterface & myInterface
Definition: DtConnectionListLogic.h:60
DtDe & myDe
Definition: DtConnectionListLogic.h:59
Contains DLL export macros.
DtDriver * myCurrentDriver
Definition: DtConnectionListLogic.h:62
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
The logic for creating a connection list. Only connections which return 'true' from the isUserControl...
Definition: DtConnectionListLogic.h:25
The interface to the connection list.
Definition: DtConnectionListInterface.h:20
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