VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrf::DtVrfAudioSettingsWidget Class Reference
Inheritance diagram for makVrf::DtVrfAudioSettingsWidget:
Inheritance graph
[legend]

Public Member Functions

 DtVrfAudioSettingsWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
 
virtual ~DtVrfAudioSettingsWidget ()
 
virtual void setAudioEnabled (bool enabled)
 Sets audio to be enabled/disabled in the widget. More...
 
- Public Member Functions inherited from makVrv::DtAudioSettingsWidget
 DtAudioSettingsWidget (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
 CTOR. More...
 
virtual ~DtAudioSettingsWidget ()
 DTOR. More...
 
virtual void setVolume (int vol)
 Sets the audio volume level in the widget. More...
 
virtual void setSpeedOfSound (double speed)
 Sets the speed of sound. More...
 
virtual void setMaxVoices (int voices)
 Set the max numbers. More...
 
virtual void setMaximumOutputDecibelCapability (double decibels)
 Set the sound system output capability. More...
 
virtual void setEnvironmentalEnabled (bool enabled)
 Sets environmental processing to be enabled/disabled in the widget. More...
 
virtual void setEnvironmentalAvailable (bool enabled)
 Sets whether or not environmental processing is available or not in the widget. More...
 
virtual void setAudioPlaybackDevice (const std::string &val)
 Set the device that audio should be played back on. More...
 
virtual void setAudioCaptureDevice (const std::string &val)
 Set the device that audio should be captured from. More...
 
virtual void setShowAudioCaptureSettings (bool val)
 Set whether or not the capture device selection dialog is present in the audio settings dialog. More...
 
virtual void setPlaybackDeviceList (const std::vector< std::string > &devices)
 Sets the list of available playback devices. More...
 
virtual void setCaptureDeviceList (const std::vector< std::string > &devices)
 Sets the list of available capture devices. More...
 
- Public Member Functions inherited from makVrv::DtAudioSettingsWidgetInterface
 DtAudioSettingsWidgetInterface ()
 Default CTOR. More...
 
virtual ~DtAudioSettingsWidgetInterface ()
 Virtual DTOR. More...
 

Protected Member Functions

virtual void slot_systemEnabledChanged (bool)
 

Protected Attributes

makVrv::DtDemyDe
 
- Protected Attributes inherited from makVrv::DtAudioSettingsWidget
Ui::DtAudioSettingsWidgetUI myUiImpl
 
bool myEnvProcessingAvailable
 
bool myShowCaptureDeviceSettings
 

Additional Inherited Members

- Public Slots inherited from makVrv::DtAudioSettingsWidget
virtual void slot_AudioEnabledChanged (int val)
 Called when user enables/disables audio. More...
 
virtual void slot_VolumeChanged (int val)
 Called when user changes the volume. More...
 
virtual void slot_audioPlaybackDeviceChanged (int val)
 Called when the user changes the playback device. More...
 
virtual void slot_audioCaptureDeviceChanged (int val)
 Called when the user changes the capture device. More...
 
virtual void slot_SpeedOfSoundChanged (const QString &text)
 Called when user changes the speed of sound. More...
 
virtual void slot_MaxVoicesChanged (int val)
 Called when user changes the number of voices. More...
 
virtual void slot_MaxmimumOutputDecibelCapability (int val)
 Called when user changes the output capability of the audio system. More...
 
virtual void slot_EnvironmentalEnabledChanged (int val)
 Called when user enables/disables environmental processing. More...
 
virtual void slot_playbackDeviceChanged (int val)
 Called when the user changes the playback device. More...
 
virtual void slot_captureDeviceChanged (int val)
 Called when the user changes the capture device. More...
 
- Public Attributes inherited from makVrv::DtAudioSettingsWidgetInterface
boost::signalslib::signal
< void(bool)> 
signal_AudioEnabledChanged
 Signal emitted when the user changes the audio enabled checkbox in the widget. More...
 
boost::signalslib::signal
< void(int)> 
signal_VolumeChanged
 Signal emitted when the user changes the main volume in the widget. More...
 
boost::signalslib::signal
< void(std::string)> 
signal_AudioPlaybackDeviceChanged
 Signal emitted when the user changes the audio playback device in the widget. More...
 
boost::signalslib::signal
< void(std::string)> 
signal_AudioCaptureDeviceChanged
 Signal emitted when the user changes the audio capture device in the widget. More...
 
boost::signalslib::signal
< void(double)> 
signal_SpeedOfSoundChanged
 Signal emitted when the user changes the speed of sound in the widget. More...
 
boost::signalslib::signal
< void(int)> 
signal_MaxVoicesChanged
 signal emitted when the user changes the max voices in the widget More...
 
boost::signalslib::signal
< void(double)> 
signal_MaxmimumOutputDecibelCapability
 signal emitted when the user changes the max output of the system in the widget More...
 
boost::signalslib::signal
< void(bool)> 
signal_EnvironmentalProcessingEnabledChanged
 

Constructor & Destructor Documentation

makVrf::DtVrfAudioSettingsWidget::DtVrfAudioSettingsWidget ( makVrv::DtDe de,
QWidget *  parent = 0,
Qt::WindowFlags  f = Qt::Widget 
)
virtual makVrf::DtVrfAudioSettingsWidget::~DtVrfAudioSettingsWidget ( )
virtual

Member Function Documentation

virtual void makVrf::DtVrfAudioSettingsWidget::setAudioEnabled ( bool  enabled)
virtual

Sets audio to be enabled/disabled in the widget.

Parameters
[in]enabledis the new state of audio.

Reimplemented from makVrv::DtAudioSettingsWidget.

virtual void makVrf::DtVrfAudioSettingsWidget::slot_systemEnabledChanged ( bool  )
protectedvirtual

Member Data Documentation

makVrv::DtDe& makVrf::DtVrfAudioSettingsWidget::myDe
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)