VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtAudioSettingsWidgetInterface Class Reference

Interface for the DtAudioSettingsWidget. More...

Inheritance diagram for makVrv::DtAudioSettingsWidgetInterface:
Inheritance graph
[legend]

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.

Detailed Description

Interface for the DtAudioSettingsWidget.

Constructor & Destructor Documentation

makVrv::DtAudioSettingsWidgetInterface::DtAudioSettingsWidgetInterface ( )

Default CTOR.

virtual makVrv::DtAudioSettingsWidgetInterface::~DtAudioSettingsWidgetInterface ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual void makVrv::DtAudioSettingsWidgetInterface::setSoundRangeEnabled ( bool  enabled)
pure virtual

Sets audio range to be enabled/disabled in the widget.

Parameters
[in]enabledis the new state of audio range.

Implemented in makVrv::DtAudioSettingsWidget.

virtual void makVrv::DtAudioSettingsWidgetInterface::setSoundRange ( int  val)
pure virtual

Sets the audio range in the widget.

Parameters
[in]valis the new audio range value.

Implemented in makVrv::DtAudioSettingsWidget.

Member Data Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)