#include <qgsattributetable.h>
Collaboration diagram for QgsAttributeTableItemDelegate:

Definition at line 37 of file qgsattributetable.h.
Public Member Functions | |
| QgsAttributeTableItemDelegate (QgsAttributeTable *table, QObject *parent=0) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Private Attributes | |
| QgsAttributeTable * | mTable |
| QgsAttributeTableItemDelegate::QgsAttributeTableItemDelegate | ( | QgsAttributeTable * | table, | |
| QObject * | parent = 0 | |||
| ) |
Definition at line 35 of file qgsattributetable.cpp.
| QWidget * QgsAttributeTableItemDelegate::createEditor | ( | QWidget * | parent, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 40 of file qgsattributetable.cpp.
References QgsAttributeTable::AttributeType, mTable, QgsDebugMsg, and type().
1.5.1