#include <CustomDelegate.h>
Public Member Functions | |
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 |
SpinBoxDelegate (int minValue, int maxValue, QObject *parent=0) | |
void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Protected Attributes | |
int | maxValue |
int | minValue |
Definition at line 34 of file CustomDelegate.h.
int Aseba::SpinBoxDelegate::maxValue [protected] |
Definition at line 50 of file CustomDelegate.h.
int Aseba::SpinBoxDelegate::minValue [protected] |
Definition at line 49 of file CustomDelegate.h.