20 class DtConnectionSelectorWidgetInterface;
37 virtual void connect();
40 virtual void disconnect();
46 void onDriverDestroyed(
DtDriver& con);
55 virtual void initialize();
59 virtual void onDriverSelectionListChanged(std::string& driver,
bool on);
62 virtual void updateConnectionStatus();
65 virtual void onAutoDriverChanaged(
const std::string&);
70 void updateInterface();
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
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