QGIS API Documentation
2.8.2-Wien
|
A delegate item class for QgsAttributeTable (see Qt documentation for QItemDelegate). More...
#include <qgsattributetabledelegate.h>
Public Member Functions | |
QgsAttributeTableDelegate (QObject *parent=0) | |
Constructor. | |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
Used to create an editor for when the user tries to change the contents of a cell. | |
void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
Overloads the paint method form the QItemDelegate bas class. | |
void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
Sets data from model into the editor. | |
void | setFeatureSelectionModel (QgsFeatureSelectionModel *featureSelectionModel) |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
Sets data from editor back to model. |
A delegate item class for QgsAttributeTable (see Qt documentation for QItemDelegate).
Definition at line 32 of file qgsattributetabledelegate.h.
|
inline |
Constructor.
parent | parent object |
Definition at line 43 of file qgsattributetabledelegate.h.
|
override |
Used to create an editor for when the user tries to change the contents of a cell.
Definition at line 58 of file qgsattributetabledelegate.cpp.
|
override |
Overloads the paint method form the QItemDelegate bas class.
Definition at line 122 of file qgsattributetabledelegate.cpp.
|
override |
Sets data from model into the editor.
Overloads default method
editor | editor which was created by create editor function in this class |
index | index of field which is to be retrieved |
Definition at line 108 of file qgsattributetabledelegate.cpp.
void QgsAttributeTableDelegate::setFeatureSelectionModel | ( | QgsFeatureSelectionModel * | featureSelectionModel | ) |
Definition at line 117 of file qgsattributetabledelegate.cpp.
|
override |
Sets data from editor back to model.
Overloads default method
editor | editor which was created by create editor function in this class |
model | model where data should be updated |
index | index of field which is to be modified |
Definition at line 83 of file qgsattributetabledelegate.cpp.