#include <qgsspit.h>
Definition at line 125 of file qgsspit.h.
Public Member Functions | |
| ShapefileTableDelegate (QObject *parent, QStringList &schema_list) | |
| 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 |
| void | updateSchemaList (QStringList &schema_list, QString currentSchema) |
Private Attributes | |
| QStringList | mSchemaList |
| int | mCurrentIndex |
| ShapefileTableDelegate::ShapefileTableDelegate | ( | QObject * | parent, | |
| QStringList & | schema_list | |||
| ) | [inline] |
| QWidget * ShapefileTableDelegate::createEditor | ( | QWidget * | parent, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 839 of file qgsspit.cpp.
| void ShapefileTableDelegate::setEditorData | ( | QWidget * | editor, | |
| const QModelIndex & | index | |||
| ) | const |
| void ShapefileTableDelegate::setModelData | ( | QWidget * | editor, | |
| QAbstractItemModel * | model, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 892 of file qgsspit.cpp.
| void ShapefileTableDelegate::updateEditorGeometry | ( | QWidget * | editor, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 916 of file qgsspit.cpp.
| void ShapefileTableDelegate::updateSchemaList | ( | QStringList & | schema_list, | |
| QString | currentSchema | |||
| ) |
QStringList ShapefileTableDelegate::mSchemaList [private] |
int ShapefileTableDelegate::mCurrentIndex [private] |
1.5.1