19 class DtAudioVolumeWidgetInterface;
41 virtual void slot_VolumeChanged(
int val);
46 virtual void slot_AudioEnabledChanged(
bool val);
55 virtual void slot_VolumeUpdated(
double val);
60 virtual void slot_AudioEnabledUpdated(
bool val);
63 virtual void slot_postInitialize();
68 virtual void sendSettingsToGui();
DtDe & myDe
The display engine for this instance.
Definition: DtAudioVolumeLogic.h:72
#define DT_DLL_VRVAUDIOQT
Definition: dllExport.h:22
DtAudioVolumeWidgetInterface & myInterface
The interface to the graphical widget.
Definition: DtAudioVolumeLogic.h:75
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
Logic for controlling the audio settings.
Definition: DtAudioVolumeLogic.h:23