23 class DtVrfBackendState;
24 class DtSimulationTimeScaleWidgetInterface;
37 virtual void setupGui();
40 virtual void setTimeMultiplier(
double,
bool sendMessage =
true);
43 virtual void setDisplayOnly(
bool);
45 virtual void setRange(
double low,
double high);
48 virtual void validateRange(
double multi);
51 virtual void initialize();
52 virtual void slot_selectedBackendChanged();
53 virtual void slot_allBackendsAboutToBeRemoved();
55 virtual void slot_driverStarted();
57 virtual void updateInterfaceEnabledState();
58 virtual void slot_onSessionUpdated(
int flags);
Definition: vrfBackendState.h:69
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
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:72