![]() |
Mixxx
|
#include <dlgprefvinyl.h>
Public Slots | |
void | slotUpdate () |
void | slotApply () |
void | EnableRelativeModeSlotApply () |
void | VinylTypeSlotApply () |
void | VinylGainSlotApply () |
void | slotClose () |
Performs any necessary actions that need to happen when the prefs dialog is closed. | |
void | slotShow () |
Performs any necessary actions that need to happen when the prefs dialog is opened. | |
Public Member Functions | |
DlgPrefVinyl (QWidget *pParent, VinylControlManager *m_pVCMan, ConfigObject< ConfigValue > *_config) | |
~DlgPrefVinyl () |
Definition at line 37 of file dlgprefvinyl.h.
DlgPrefVinyl::DlgPrefVinyl | ( | QWidget * | pParent, |
VinylControlManager * | m_pVCMan, | ||
ConfigObject< ConfigValue > * | _config | ||
) |
DlgPrefVinyl::~DlgPrefVinyl | ( | ) |
Definition at line 80 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::EnableRelativeModeSlotApply | ( | ) | [slot] |
Definition at line 193 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::slotApply | ( | ) | [slot] |
Definition at line 159 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::slotClose | ( | ) | [slot] |
Performs any necessary actions that need to happen when the prefs dialog is closed.
Definition at line 102 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::slotShow | ( | ) | [slot] |
Performs any necessary actions that need to happen when the prefs dialog is opened.
Definition at line 85 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::slotUpdate | ( | ) | [slot] |
Update widget
Definition at line 109 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::VinylGainSlotApply | ( | ) | [slot] |
Definition at line 219 of file dlgprefvinyl.cpp.
void DlgPrefVinyl::VinylTypeSlotApply | ( | ) | [slot] |
Definition at line 198 of file dlgprefvinyl.cpp.