![]() |
VR-Forces 4.1 Class Documentation
|
The interface for controlling the audio volume gui. More...

Public Member Functions | |
| 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_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. | |
The interface for controlling the audio volume gui.
| makVrv::DtAudioVolumeWidgetInterface::DtAudioVolumeWidgetInterface | ( | ) |
Default CTOR.
|
virtual |
Virtual DTOR.
|
pure virtual |
Sets audio to be enabled/disabled in the widget.
| [in] | enabled | is the new state of audio. |
Implemented in makVrv::DtAudioVolumeWidget, and makVrv::DtAudioSettingsWidget.
|
pure virtual |
Sets the audio volume level in the widget.
| [in] | vol | is the new volume level. |
Implemented in makVrv::DtAudioVolumeWidget, and makVrv::DtAudioSettingsWidget.
| boost::signal<void (bool)> makVrv::DtAudioVolumeWidgetInterface::signal_AudioEnabledChanged |
Signals emitted when the user changes the data in the widget.
Connected to a slot in the logic.
| boost::signal<void (int)> makVrv::DtAudioVolumeWidgetInterface::signal_VolumeChanged |
Signals emitted when the user changes the data in the widget.
Connected to a slot in the logic.