![]() |
VR-Forces 4.3 Class Documentation
|
Interface for the DtAudioSettingsWidget. More...

Public Member Functions | |
| DtAudioSettingsWidgetInterface () | |
| Default CTOR. | |
| virtual | ~DtAudioSettingsWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setSoundRangeEnabled (bool enabled)=0 |
| Sets audio range to be enabled/disabled in the widget. | |
| virtual void | setSoundRange (int val)=0 |
| Sets the audio range in the widget. | |
Public Member Functions inherited from makVrv::DtAudioVolumeWidgetInterface | |
| DtAudioVolumeWidgetInterface () | |
| Default CTOR. | |
| virtual | ~DtAudioVolumeWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setAudioEnabled (bool enabled)=0 |
| Sets audio to be enabled/disabled in the widget. | |
| virtual void | setVolume (int vol)=0 |
| Sets the audio volume level in the widget. | |
Public Attributes | |
Audio settings signals. | |
| boost::signal< void(bool)> | signal_SoundRangeEnabledChanged |
| Signal emitted when the user changes the data in the widget. | |
| boost::signal< void(int)> | signal_SoundRangeChanged |
| Signal emitted when the user changes the data in the widget. | |
Public Attributes inherited from makVrv::DtAudioVolumeWidgetInterface | |
| boost::signal< void(bool)> | signal_AudioEnabledChanged |
| Signals emitted when the user changes the data in the widget. | |
| boost::signal< void(int)> | signal_VolumeChanged |
| Signals emitted when the user changes the data in the widget. | |
Interface for the DtAudioSettingsWidget.
| makVrv::DtAudioSettingsWidgetInterface::DtAudioSettingsWidgetInterface | ( | ) |
Default CTOR.
|
virtual |
Virtual DTOR.
|
pure virtual |
Sets audio range to be enabled/disabled in the widget.
| [in] | enabled | is the new state of audio range. |
Implemented in makVrv::DtAudioSettingsWidget.
|
pure virtual |
Sets the audio range in the widget.
| [in] | val | is the new audio range value. |
Implemented in makVrv::DtAudioSettingsWidget.
| boost::signal<void (bool)> makVrv::DtAudioSettingsWidgetInterface::signal_SoundRangeEnabledChanged |
Signal emitted when the user changes the data in the widget.
| boost::signal<void (int)> makVrv::DtAudioSettingsWidgetInterface::signal_SoundRangeChanged |
Signal emitted when the user changes the data in the widget.