![]() |
Mixxx
|
Go to the source code of this file.
Classes | |
class | MixxxControl |
Enumerations | |
enum | MidiOption { MIDI_OPT_NORMAL = 0, MIDI_OPT_INVERT = 1, MIDI_OPT_ROT64 = 2, MIDI_OPT_ROT64_INV = 3, MIDI_OPT_ROT64_FAST = 4, MIDI_OPT_DIFF = 5, MIDI_OPT_BUTTON = 6, MIDI_OPT_SWITCH = 7, MIDI_OPT_HERC_JOG = 8, MIDI_OPT_SPREAD64 = 9, MIDI_OPT_SELECTKNOB = 10, MIDI_OPT_SOFT_TAKEOVER = 40, MIDI_OPT_SCRIPT = 50 } |
Functions | |
bool | operator< (const MixxxControl &first, const MixxxControl &second) |
uint | qHash (const MixxxControl &key) |
enum MidiOption |
Definition at line 7 of file mixxxcontrol.h.
bool operator< | ( | const MixxxControl & | first, |
const MixxxControl & | second | ||
) | [inline] |
uint qHash | ( | const MixxxControl & | key | ) |
Hash function needed so we can use MixxxControl in a QHash table
Definition at line 180 of file mixxxcontrol.cpp.