![]() |
Mixxx
|
#include <dlgprefbpm.h>
Public Slots | |
void | slotSetBpmDetectOnImport (int) |
void | slotSetWriteID3Tag (int) |
void | slotSetBpmEnabled (int) |
void | slotSetBpmRangeStart (int) |
void | slotSetBpmRangeEnd (int) |
void | slotSetAboveRange (int) |
void | slotEditBpmScheme () |
void | slotAddBpmScheme () |
void | slotDeleteBpmScheme () |
void | slotDefaultBpmScheme () |
void | slotApply () |
void | slotUpdate () |
Signals | |
void | apply (const QString &) |
Public Member Functions | |
DlgPrefBpm (QWidget *parent, ConfigObject< ConfigValue > *_config) | |
~DlgPrefBpm () |
Definition at line 23 of file dlgprefbpm.h.
DlgPrefBpm::DlgPrefBpm | ( | QWidget * | parent, |
ConfigObject< ConfigValue > * | _config | ||
) |
DlgPrefBpm::~DlgPrefBpm | ( | ) |
Definition at line 115 of file dlgprefbpm.cpp.
void DlgPrefBpm::apply | ( | const QString & | ) | [signal] |
void DlgPrefBpm::slotAddBpmScheme | ( | ) | [slot] |
Definition at line 193 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotApply | ( | ) | [slot] |
Apply changes to widget
Definition at line 258 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotDefaultBpmScheme | ( | ) | [slot] |
Definition at line 230 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotDeleteBpmScheme | ( | ) | [slot] |
void DlgPrefBpm::slotEditBpmScheme | ( | ) | [slot] |
Definition at line 169 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotSetAboveRange | ( | int | ) | [slot] |
Definition at line 152 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotSetBpmDetectOnImport | ( | int | ) | [slot] |
Definition at line 125 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotSetBpmEnabled | ( | int | ) | [slot] |
Definition at line 141 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotSetBpmRangeEnd | ( | int | end | ) | [slot] |
Definition at line 164 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotSetBpmRangeStart | ( | int | begin | ) | [slot] |
Definition at line 159 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotSetWriteID3Tag | ( | int | ) | [slot] |
Definition at line 133 of file dlgprefbpm.cpp.
void DlgPrefBpm::slotUpdate | ( | ) | [slot] |
Definition at line 263 of file dlgprefbpm.cpp.