#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 Fri Sep 4 10:07:37 2009 | xTuple ERP Programmer Reference, Version 3.3.0 |
1.6.1
|