![]() |
Mixxx
|
#include <dlgprefreplaygain.h>

Public Slots | |
| void | slotUpdateBoost () |
| void | slotSetRGEnabled () |
| void | slotSetRGAnalyserEnabled () |
| void | slotApply () |
| void | slotUpdate () |
| void | setDefaults () |
Signals | |
| void | apply (const QString &) |
Public Member Functions | |
| DlgPrefReplayGain (QWidget *parent, ConfigObject< ConfigValue > *_config) | |
| ~DlgPrefReplayGain () | |
Definition at line 17 of file dlgprefreplaygain.h.
| DlgPrefReplayGain::DlgPrefReplayGain | ( | QWidget * | parent, |
| ConfigObject< ConfigValue > * | _config | ||
| ) |
| DlgPrefReplayGain::~DlgPrefReplayGain | ( | ) |
Definition at line 39 of file dlgprefreplaygain.cpp.
| void DlgPrefReplayGain::apply | ( | const QString & | ) | [signal] |
| void DlgPrefReplayGain::setDefaults | ( | ) | [slot] |
Definition at line 63 of file dlgprefreplaygain.cpp.


| void DlgPrefReplayGain::slotApply | ( | ) | [slot] |
Definition at line 116 of file dlgprefreplaygain.cpp.


| void DlgPrefReplayGain::slotSetRGAnalyserEnabled | ( | ) | [slot] |
Definition at line 87 of file dlgprefreplaygain.cpp.


| void DlgPrefReplayGain::slotSetRGEnabled | ( | ) | [slot] |
Definition at line 74 of file dlgprefreplaygain.cpp.


| void DlgPrefReplayGain::slotUpdate | ( | ) | [slot] |
Definition at line 100 of file dlgprefreplaygain.cpp.


| void DlgPrefReplayGain::slotUpdateBoost | ( | ) | [slot] |
Update initial gain increment
Definition at line 94 of file dlgprefreplaygain.cpp.

