![]() |
Mixxx
|
#include <dlgprefeq.h>
Public Slots | |
void | slotLoFiChanged () |
void | slotUpdateHiEQ () |
void | slotUpdateLoEQ () |
void | slotApply () |
void | slotUpdate () |
Signals | |
void | apply (const QString &) |
Public Member Functions | |
DlgPrefEQ (QWidget *parent, ConfigObject< ConfigValue > *_config) | |
~DlgPrefEQ () |
Definition at line 31 of file dlgprefeq.h.
DlgPrefEQ::DlgPrefEQ | ( | QWidget * | parent, |
ConfigObject< ConfigValue > * | _config | ||
) |
DlgPrefEQ::~DlgPrefEQ | ( | ) |
Definition at line 73 of file dlgprefeq.cpp.
void DlgPrefEQ::apply | ( | const QString & | ) | [signal] |
void DlgPrefEQ::slotApply | ( | ) | [slot] |
Apply changes to widget
Definition at line 205 of file dlgprefeq.cpp.
void DlgPrefEQ::slotLoFiChanged | ( | ) | [slot] |
Definition at line 134 of file dlgprefeq.cpp.
void DlgPrefEQ::slotUpdate | ( | ) | [slot] |
void DlgPrefEQ::slotUpdateHiEQ | ( | ) | [slot] |
Update Hi EQ
Definition at line 146 of file dlgprefeq.cpp.
void DlgPrefEQ::slotUpdateLoEQ | ( | ) | [slot] |
Update Lo EQ
Definition at line 169 of file dlgprefeq.cpp.