|
BALL
1.4.1
|
#include <BALL/VIEW/WIDGETS/hotkeyTable.h>
Public Member Functions | |
| ComboBoxDelegate (QObject *parent=0) | |
| QWidget * | createEditor (QWidget *parent, 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 |
Private Attributes | |
| QStringList | sl_keys_ |
| QStringList | sl_modifier_ |
Definition at line 23 of file hotkeyTable.h.
| BALL::VIEW::ComboBoxDelegate::ComboBoxDelegate | ( | QObject * | parent = 0 | ) |
| QWidget* BALL::VIEW::ComboBoxDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
| void BALL::VIEW::ComboBoxDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const |
| void BALL::VIEW::ComboBoxDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const |
| void BALL::VIEW::ComboBoxDelegate::updateEditorGeometry | ( | QWidget * | editor, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
QStringList BALL::VIEW::ComboBoxDelegate::sl_keys_ [private] |
Definition at line 40 of file hotkeyTable.h.
QStringList BALL::VIEW::ComboBoxDelegate::sl_modifier_ [private] |
Definition at line 41 of file hotkeyTable.h.
1.7.6.1