![]() |
Mixxx
|
#include <controlgroupdelegate.h>
Public Member Functions | |
| ControlGroupDelegate (QObject *parent=0) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Static Public Member Functions | |
| static QStringList | getControlGroups () |
Definition at line 29 of file controlgroupdelegate.h.
| ControlGroupDelegate::ControlGroupDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 18 of file controlgroupdelegate.cpp.
| QWidget * ControlGroupDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 60 of file controlgroupdelegate.cpp.
| static QStringList ControlGroupDelegate::getControlGroups | ( | ) | [inline, static] |
This getter is used by the "Add Control" GUI
Definition at line 47 of file controlgroupdelegate.h.

| void ControlGroupDelegate::paint | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 38 of file controlgroupdelegate.cpp.
| void ControlGroupDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const |
Definition at line 79 of file controlgroupdelegate.cpp.
| void ControlGroupDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const |
| void ControlGroupDelegate::updateEditorGeometry | ( | QWidget * | editor, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 108 of file controlgroupdelegate.cpp.