#include <itemCharacteristicDelegate.h>
Public Member Functions | |
| ItemCharacteristicDelegate (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 |
| ItemCharacteristicDelegate::ItemCharacteristicDelegate | ( | QObject * | parent = 0 | ) |
| QWidget * ItemCharacteristicDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const [virtual] |
Reimplemented from QItemDelegate.
| void ItemCharacteristicDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const [virtual] |
Reimplemented from QItemDelegate.
| void ItemCharacteristicDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const [virtual] |
Reimplemented from QItemDelegate.
| void ItemCharacteristicDelegate::updateEditorGeometry | ( | QWidget * | editor, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const [virtual] |
Reimplemented from QItemDelegate.
| Generated on Mon Jan 23 2012 12:22:34 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|