15 #ifndef QGSATTRIBUTEEDITORMODEL_H 16 #define QGSATTRIBUTEEDITORMODEL_H 20 #include <QAbstractProxyModel> 22 #include <QItemSelectionModel> 53 FeatureInfoRole = Qt::UserRole,
71 void setInjectNull(
bool injectNull );
88 bool setDisplayExpression(
const QString& expression );
96 QString displayExpression()
const;
119 void onBeginRemoveRows(
const QModelIndex& parent,
int first,
int last );
120 void onEndRemoveRows(
const QModelIndex& parent,
int first,
int last );
121 void onBeginInsertRows(
const QModelIndex& parent,
int first,
int last );
122 void onEndInsertRows(
const QModelIndex& parent,
int first,
int last );
133 #endif // QGSATTRIBUTEEDITORMODEL_H Class for parsing and evaluation of expressions (formerly called "search strings").
Q_DECLARE_METATYPE(QgsMimeDataUtils::UriList)
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
A model backed by a QgsVectorLayerCache which is able to provide feature/attribute information to a Q...
This class caches features of a given QgsVectorLayer.