Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/mixxxcontrol.h File Reference

#include <QDebug>
#include "configobject.h"
Include dependency graph for mixxxcontrol.h:
This graph shows which files directly or indirectly include this file:

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)

Enumeration Type Documentation

enum MidiOption
Enumerator:
MIDI_OPT_NORMAL 
MIDI_OPT_INVERT 
MIDI_OPT_ROT64 
MIDI_OPT_ROT64_INV 
MIDI_OPT_ROT64_FAST 
MIDI_OPT_DIFF 
MIDI_OPT_BUTTON 
MIDI_OPT_SWITCH 
MIDI_OPT_HERC_JOG 
MIDI_OPT_SPREAD64 
MIDI_OPT_SELECTKNOB 
MIDI_OPT_SOFT_TAKEOVER 
MIDI_OPT_SCRIPT 

Definition at line 7 of file mixxxcontrol.h.


Function Documentation

bool operator< ( const MixxxControl first,
const MixxxControl second 
) [inline]

Definition at line 68 of file mixxxcontrol.h.

Here is the call graph for this function:

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.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines