|
QGIS API Documentation
2.8.6-Wien
|
The QgsFieldModel class is a model to display the list of fields of a layer in widgets. More...
#include <qgsfieldmodel.h>

Public Types | |
| enum | FieldRoles { FieldNameRole = Qt::UserRole + 1, FieldIndexRole = Qt::UserRole + 2, ExpressionRole = Qt::UserRole + 3, IsExpressionRole = Qt::UserRole + 4, ExpressionValidityRole = Qt::UserRole + 5, FieldTypeRole = Qt::UserRole + 6 } |
Public Slots | |
| void | setLayer (QgsVectorLayer *layer) |
| set the layer of whch fields are displayed More... | |
Public Member Functions | |
| QgsFieldModel (QObject *parent=0) | |
| QgsFieldModel creates a model to display the fields of a given layer. More... | |
| bool | allowExpression () |
| int | columnCount (const QModelIndex &parent) const override |
| QVariant | data (const QModelIndex &index, int role) const override |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| QModelIndex | indexFromName (const QString &fieldName) |
| return the index corresponding to a given fieldName More... | |
| bool | isField (const QString &expression) |
| QgsVectorLayer * | layer () |
| returns the currently used layer More... | |
| QModelIndex | parent (const QModelIndex &child) const override |
| void | removeExpression () |
| remove expressions from the model More... | |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| void | setAllowExpression (bool allowExpression) |
| returns the currently used layer More... | |
| void | setExpression (const QString &expression) |
| setExpression sets a single expression to be added after the fields at the end of the model More... | |
Protected Slots | |
| virtual void | updateModel () |
Protected Attributes | |
| bool | mAllowExpression |
| QList< QString > | mExpression |
| QgsFields | mFields |
| QgsVectorLayer * | mLayer |
The QgsFieldModel class is a model to display the list of fields of a layer in widgets.
If allowed, expressions might be added to the end of the model. It can be associated with a QgsMapLayerModel to dynamically display a layer and its fields.
Definition at line 31 of file qgsfieldmodel.h.
| Enumerator | |
|---|---|
| FieldNameRole | |
| FieldIndexRole | |
| ExpressionRole | |
| IsExpressionRole | |
| ExpressionValidityRole | |
| FieldTypeRole | |
Definition at line 35 of file qgsfieldmodel.h.
|
explicit |
QgsFieldModel creates a model to display the fields of a given layer.
Definition at line 24 of file qgsfieldmodel.cpp.
|
inline |
Definition at line 55 of file qgsfieldmodel.h.
|
override |
Definition at line 235 of file qgsfieldmodel.cpp.
|
override |
Definition at line 241 of file qgsfieldmodel.cpp.
|
override |
Definition at line 209 of file qgsfieldmodel.cpp.
| QModelIndex QgsFieldModel::indexFromName | ( | const QString & | fieldName | ) |
return the index corresponding to a given fieldName
Definition at line 31 of file qgsfieldmodel.cpp.
| bool QgsFieldModel::isField | ( | const QString & | expression | ) |
Definition at line 64 of file qgsfieldmodel.cpp.
|
inline |
returns the currently used layer
Definition at line 68 of file qgsfieldmodel.h.
|
override |
Definition at line 219 of file qgsfieldmodel.cpp.
| void QgsFieldModel::removeExpression | ( | ) |
remove expressions from the model
Definition at line 202 of file qgsfieldmodel.cpp.
|
override |
Definition at line 225 of file qgsfieldmodel.cpp.
| void QgsFieldModel::setAllowExpression | ( | bool | allowExpression | ) |
returns the currently used layer
Definition at line 169 of file qgsfieldmodel.cpp.
| void QgsFieldModel::setExpression | ( | const QString & | expression | ) |
setExpression sets a single expression to be added after the fields at the end of the model
Definition at line 186 of file qgsfieldmodel.cpp.
|
slot |
set the layer of whch fields are displayed
Definition at line 70 of file qgsfieldmodel.cpp.
|
protectedvirtualslot |
Definition at line 97 of file qgsfieldmodel.cpp.
|
protected |
Definition at line 85 of file qgsfieldmodel.h.
|
protected |
Definition at line 82 of file qgsfieldmodel.h.
|
protected |
Definition at line 81 of file qgsfieldmodel.h.
|
protected |
Definition at line 84 of file qgsfieldmodel.h.
1.8.11