![]() |
Mixxx
|
#include <QItemDelegate>#include <QModelIndex>#include <QObject>#include <QSize>#include <QComboBox>#include <QLabel>

Go to the source code of this file.
Classes | |
| class | ControlGroupDelegate |
Defines | |
| #define | CONTROLGROUP_CHANNEL1_STRING "[Channel1]" |
| #define | CONTROLGROUP_CHANNEL2_STRING "[Channel2]" |
| #define | CONTROLGROUP_SAMPLER1_STRING "[Sampler1]" |
| #define | CONTROLGROUP_SAMPLER2_STRING "[Sampler2]" |
| #define | CONTROLGROUP_SAMPLER3_STRING "[Sampler3]" |
| #define | CONTROLGROUP_SAMPLER4_STRING "[Sampler4]" |
| #define | CONTROLGROUP_MASTER_STRING "[Master]" |
| #define | CONTROLGROUP_PLAYLIST_STRING "[Playlist]" |
| #define | CONTROLGROUP_FLANGER_STRING "[Flanger]" |
| #define | CONTROLGROUP_MICROPHONE_STRING "[Microphone]" |
| #define CONTROLGROUP_CHANNEL1_STRING "[Channel1]" |
Definition at line 18 of file controlgroupdelegate.h.
| #define CONTROLGROUP_CHANNEL2_STRING "[Channel2]" |
Definition at line 19 of file controlgroupdelegate.h.
| #define CONTROLGROUP_FLANGER_STRING "[Flanger]" |
Definition at line 26 of file controlgroupdelegate.h.
| #define CONTROLGROUP_MASTER_STRING "[Master]" |
Definition at line 24 of file controlgroupdelegate.h.
| #define CONTROLGROUP_MICROPHONE_STRING "[Microphone]" |
Definition at line 27 of file controlgroupdelegate.h.
| #define CONTROLGROUP_PLAYLIST_STRING "[Playlist]" |
Definition at line 25 of file controlgroupdelegate.h.
| #define CONTROLGROUP_SAMPLER1_STRING "[Sampler1]" |
Definition at line 20 of file controlgroupdelegate.h.
| #define CONTROLGROUP_SAMPLER2_STRING "[Sampler2]" |
Definition at line 21 of file controlgroupdelegate.h.
| #define CONTROLGROUP_SAMPLER3_STRING "[Sampler3]" |
Definition at line 22 of file controlgroupdelegate.h.
| #define CONTROLGROUP_SAMPLER4_STRING "[Sampler4]" |
Definition at line 23 of file controlgroupdelegate.h.