#include <exercisedelegate.h>
Public Member Functions | |
| ExerciseDelegate (QWidget *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 |
Definition at line 6 of file exercisedelegate.h.
| ExerciseDelegate::ExerciseDelegate | ( | QWidget * | parent = 0 |
) |
Definition at line 5 of file exercisedelegate.cpp.
| QWidget * ExerciseDelegate::createEditor | ( | QWidget * | parent, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 9 of file exercisedelegate.cpp.
| void ExerciseDelegate::setEditorData | ( | QWidget * | editor, | |
| const QModelIndex & | index | |||
| ) | const |
Definition at line 16 of file exercisedelegate.cpp.
| void ExerciseDelegate::setModelData | ( | QWidget * | editor, | |
| QAbstractItemModel * | model, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 23 of file exercisedelegate.cpp.
| void ExerciseDelegate::updateEditorGeometry | ( | QWidget * | editor, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 31 of file exercisedelegate.cpp.
1.5.9