![]() |
Mixxx
|
#include <dlgprefcrossfader.h>
Public Slots | |
void | slotUpdateXFader () |
void | slotApply () |
void | slotUpdate () |
void | setDefaults () |
Signals | |
void | apply (const QString &) |
Public Member Functions | |
DlgPrefCrossfader (QWidget *parent, ConfigObject< ConfigValue > *_config) | |
~DlgPrefCrossfader () |
Definition at line 36 of file dlgprefcrossfader.h.
DlgPrefCrossfader::DlgPrefCrossfader | ( | QWidget * | parent, |
ConfigObject< ConfigValue > * | _config | ||
) |
DlgPrefCrossfader::~DlgPrefCrossfader | ( | ) |
Definition at line 71 of file dlgprefcrossfader.cpp.
void DlgPrefCrossfader::apply | ( | const QString & | ) | [signal] |
void DlgPrefCrossfader::setDefaults | ( | ) | [slot] |
Set the default values for all the widgets
Definition at line 115 of file dlgprefcrossfader.cpp.
void DlgPrefCrossfader::slotApply | ( | ) | [slot] |
Apply changes to widget
Apply and save any changes made in the dialog
Definition at line 125 of file dlgprefcrossfader.cpp.
void DlgPrefCrossfader::slotUpdate | ( | ) | [slot] |
Update the dialog when the crossfader mode is changed
Definition at line 135 of file dlgprefcrossfader.cpp.
void DlgPrefCrossfader::slotUpdateXFader | ( | ) | [slot] |
Update X-Fader
Update and save the crossfader's parameters from the dialog's widgets.
Definition at line 236 of file dlgprefcrossfader.cpp.