SilentEye 0.4.1
|
SilentEye offical module for support of WAV audio. More...
Classes | |
class | AudioWav |
Representation of .wav file (WAVE PCM soundfile format) More... | |
class | OptionWidget |
class | SEFormatWav |
Official module for support of WAVE/PCM sound (using LSB) More... | |
Functions | |
setupUi (this) | |
advancedWidget | setVisible (false) |
settingsChanged () | |
connect (advancedButton, SIGNAL(toggled(bool)), this, SLOT(advButtonPressed(bool))) | |
connect (qualityComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(qualityChanged(int))) | |
connect (channelsComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(settingsChanged(int))) | |
connect (nbBitsSpinBox, SIGNAL(valueChanged(int)), this, SLOT(settingsChanged(int))) | |
Variables | |
F | __pad0__ |
m_logger = new Logger(this) | |
m_dontUpdate = false | |
m_encodeWidget = NULL | |
m_decodeWidget = NULL |
SilentEye offical module for support of WAV audio.
SEFormatWAV::connect | ( | advancedButton | , |
SIGNAL(toggled(bool)) | , | ||
this | , | ||
SLOT(advButtonPressed(bool)) | |||
) |
Referenced by SEFormatWAV::SEFormatWav::encodeWidget().
SEFormatWAV::connect | ( | nbBitsSpinBox | , |
SIGNAL(valueChanged(int)) | , | ||
this | , | ||
SLOT(settingsChanged(int)) | |||
) |
SEFormatWAV::connect | ( | qualityComboBox | , |
SIGNAL(currentIndexChanged(int)) | , | ||
this | , | ||
SLOT(qualityChanged(int)) | |||
) |
SEFormatWAV::connect | ( | channelsComboBox | , |
SIGNAL(currentIndexChanged(int)) | , | ||
this | , | ||
SLOT(settingsChanged(int)) | |||
) |
SEFormatWAV::settingsChanged | ( | ) |
SEFormatWAV::setupUi | ( | this | ) |
advancedWidget SEFormatWAV::setVisible | ( | false | ) |
Definition at line 26 of file audiowav.cpp.
SEFormatWAV::m_decodeWidget = NULL |
Definition at line 27 of file seformatwav.cpp.
SEFormatWAV::m_dontUpdate = false |
Definition at line 27 of file optionwidget.cpp.
SEFormatWAV::m_encodeWidget = NULL |
Definition at line 26 of file seformatwav.cpp.
SEFormatWAV::m_logger = new Logger(this) |
Definition at line 25 of file optionwidget.cpp.