#include <audiooutput.h>
Constructor & Destructor Documentation
Controller class that manages the tone players and receives input from pcap
Member Function Documentation
void AudioTest::createAudioOutput |
( |
| ) |
|
|
protected |
void AudioTest::initializeAudio |
( |
| ) |
|
|
protected |
void AudioTest::initializeWindow |
( |
| ) |
|
|
protected |
- Attention
- Consider moving this device finding to a non-graphical context
void AudioTest::Setup |
( |
| ) |
|
void AudioTest::SIGNAL_BEGIN_CAPTURE |
( |
| ) |
|
|
signal |
void AudioTest::SIGNAL_BEGIN_TONES |
( |
| ) |
|
|
signal |
void AudioTest::VolumeChanged |
( |
int |
| ) |
|
|
signal |
Member Data Documentation
QMainWindow* AudioTest::audioGraphWindow |
|
protected |
QChartView* AudioTest::chartView |
|
protected |
int AudioTest::currentTone |
|
protected |
QSpinBox* AudioTest::m_baseFrequency |
|
protected |
QLabel* AudioTest::m_baseFrequencyLabel |
|
protected |
QSlider* AudioTest::m_frequencySlider |
|
protected |
QComboBox* AudioTest::m_networkDeviceBox |
|
protected |
QSpinBox* AudioTest::m_numberOfTones |
|
protected |
QLabel* AudioTest::m_numberOfTonesLabel |
|
protected |
QStatusBar* AudioTest::m_statusBar |
|
protected |
QLabel* AudioTest::m_statusBarLabel |
|
protected |
QString* AudioTest::m_statusBarLabelString |
|
protected |
QLabel* AudioTest::m_volumeLabel |
|
protected |
QSlider* AudioTest::m_volumeSlider |
|
protected |
QThread* AudioTest::PacketCaptureThread |
|
protected |
QPieSeries* AudioTest::series |
|
protected |
QHash<int, QPieSlice*> AudioTest::slices |
|
protected |
QThread* AudioTest::ToneManagerThread |
|
protected |
The documentation for this class was generated from the following files: