#include <audiogeneralsettings.h>
Public Member Functions | |
| AudioTestThread (QObject *parent, QString main, QString passthrough, int channels, AudioOutputSettings settings, bool hd) | |
| ~AudioTestThread () | |
| void | cancel () |
| QString | result () |
| void | setChannel (int channel) |
Protected Member Functions | |
| void | run () |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| QObject * | m_parent |
| AudioOutput * | m_audioOutput |
| int | m_channels |
| QString | m_device |
| QString | m_passthrough |
| bool | m_interrupted |
| int | m_channel |
| bool | m_hd |
| int | m_samplerate |
| AudioFormat | m_format |
Definition at line 150 of file audiogeneralsettings.h.
| AudioTestThread::AudioTestThread | ( | QObject * | parent, | |
| QString | main, | |||
| QString | passthrough, | |||
| int | channels, | |||
| AudioOutputSettings | settings, | |||
| bool | hd | |||
| ) |
Definition at line 553 of file audiogeneralsettings.cpp.
| AudioTestThread::~AudioTestThread | ( | ) |
Definition at line 579 of file audiogeneralsettings.cpp.
| void AudioTestThread::cancel | ( | ) |
Definition at line 587 of file audiogeneralsettings.cpp.
Referenced by AudioTest::toggle(), AudioSetupWizard::toggleSpeakers(), AudioSetupWizard::~AudioSetupWizard(), AudioTest::~AudioTest(), and ~AudioTestThread().
| QString AudioTestThread::result | ( | void | ) |
Definition at line 592 of file audiogeneralsettings.cpp.
Referenced by AudioTest::AudioTest(), AudioTestThread(), and AudioTest::togglequality().
| void AudioTestThread::setChannel | ( | int | channel | ) |
Definition at line 602 of file audiogeneralsettings.cpp.
Referenced by AudioTest::toggle().
| void AudioTestThread::run | ( | void | ) | [protected, virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 607 of file audiogeneralsettings.cpp.
QObject* AudioTestThread::m_parent [private] |
Definition at line 166 of file audiogeneralsettings.h.
Referenced by run().
AudioOutput* AudioTestThread::m_audioOutput [private] |
Definition at line 167 of file audiogeneralsettings.h.
Referenced by AudioTestThread(), result(), run(), and ~AudioTestThread().
int AudioTestThread::m_channels [private] |
Definition at line 168 of file audiogeneralsettings.h.
Referenced by AudioTestThread(), and run().
QString AudioTestThread::m_device [private] |
Definition at line 169 of file audiogeneralsettings.h.
Referenced by AudioTestThread().
QString AudioTestThread::m_passthrough [private] |
Definition at line 170 of file audiogeneralsettings.h.
Referenced by AudioTestThread().
bool AudioTestThread::m_interrupted [private] |
Definition at line 171 of file audiogeneralsettings.h.
int AudioTestThread::m_channel [private] |
Definition at line 172 of file audiogeneralsettings.h.
Referenced by run(), and setChannel().
bool AudioTestThread::m_hd [private] |
Definition at line 173 of file audiogeneralsettings.h.
Referenced by run().
int AudioTestThread::m_samplerate [private] |
Definition at line 174 of file audiogeneralsettings.h.
Referenced by AudioTestThread(), and run().
AudioFormat AudioTestThread::m_format [private] |
Definition at line 175 of file audiogeneralsettings.h.
Referenced by AudioTestThread().
1.6.3