![]() |
Mixxx
|
#include <dlgprefcontrols.h>
Public Slots | |
void | slotUpdate () |
void | slotSetRateRange (int pos) |
void | slotSetRateDir (int pos) |
void | slotSetRateTempLeft (double) |
void | slotSetRateTempRight (double) |
void | slotSetRatePermLeft (double) |
void | slotSetRatePermRight (double) |
void | slotSetVisuals (int pos) |
void | slotSetTooltips (int pos) |
void | slotSetSkin (int) |
void | slotSetScheme (int) |
void | slotUpdateSchemes () |
void | slotSetPositionDisplay (int) |
void | slotSetPositionDisplay (double) |
void | slotSetAllowTrackLoadToPlayingDeck (int) |
void | slotSetCueDefault (int) |
void | slotSetCueRecall (int) |
void | slotSetRateRamp (bool) |
void | slotSetRateRampSensitivity (int) |
void | slotApply () |
Public Member Functions | |
DlgPrefControls (QWidget *parent, MixxxApp *mixxx, SkinLoader *pSkinLoader, PlayerManager *pPlayerManager, ConfigObject< ConfigValue > *pConfig) | |
~DlgPrefControls () |
Definition at line 35 of file dlgprefcontrols.h.
DlgPrefControls::DlgPrefControls | ( | QWidget * | parent, |
MixxxApp * | mixxx, | ||
SkinLoader * | pSkinLoader, | ||
PlayerManager * | pPlayerManager, | ||
ConfigObject< ConfigValue > * | pConfig | ||
) |
DlgPrefControls::~DlgPrefControls | ( | ) |
Definition at line 260 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotApply | ( | ) | [slot] |
void DlgPrefControls::slotSetAllowTrackLoadToPlayingDeck | ( | int | ) | [slot] |
Definition at line 368 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetCueDefault | ( | int | ) | [slot] |
Definition at line 373 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetCueRecall | ( | int | ) | [slot] |
Definition at line 384 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetPositionDisplay | ( | int | ) | [slot] |
Definition at line 417 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetPositionDisplay | ( | double | v | ) | [slot] |
void DlgPrefControls::slotSetRateDir | ( | int | pos | ) | [slot] |
Definition at line 350 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRatePermLeft | ( | double | v | ) | [slot] |
Definition at line 452 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRatePermRight | ( | double | v | ) | [slot] |
Definition at line 460 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRateRamp | ( | bool | mode | ) | [slot] |
Definition at line 475 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRateRampSensitivity | ( | int | sense | ) | [slot] |
Definition at line 468 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRateRange | ( | int | pos | ) | [slot] |
Definition at line 333 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRateTempLeft | ( | double | v | ) | [slot] |
Definition at line 436 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetRateTempRight | ( | double | v | ) | [slot] |
Definition at line 444 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetScheme | ( | int | ) | [slot] |
Definition at line 404 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetSkin | ( | int | ) | [slot] |
Definition at line 410 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetTooltips | ( | int | pos | ) | [slot] |
Definition at line 389 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotSetVisuals | ( | int | pos | ) | [slot] |
Definition at line 362 of file dlgprefcontrols.cpp.
void DlgPrefControls::slotUpdate | ( | ) | [slot] |
void DlgPrefControls::slotUpdateSchemes | ( | ) | [slot] |
Definition at line 276 of file dlgprefcontrols.cpp.