QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
#include <qgsfeaturelistmodel.h>
Classes | |
struct | FeatureInfo |
Public Types | |
enum | Role { FeatureInfoRole = 0x1000, FeatureRole } |
Public Slots | |
Q_DECL_DEPRECATED void | onBeginInsertRows (const QModelIndex &parent, int first, int last) |
Does nothing except for calling beginInsertRows() More... | |
Q_DECL_DEPRECATED void | onBeginRemoveRows (const QModelIndex &parent, int first, int last) |
Does nothing except for calling beginRemoveRows() More... | |
Q_DECL_DEPRECATED void | onEndInsertRows (const QModelIndex &parent, int first, int last) |
Does nothing except for calling endInsertRows() More... | |
Q_DECL_DEPRECATED void | onEndRemoveRows (const QModelIndex &parent, int first, int last) |
Does nothing except for calling endRemoveRows() More... | |
Public Member Functions | |
QgsFeatureListModel (QgsAttributeTableFilterModel *sourceModel, QObject *parent=nullptr) | |
Constructor for QgsFeatureListModel. More... | |
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
QVariant | data (const QModelIndex &index, int role) const override |
QString | displayExpression () const |
bool | featureByIndex (const QModelIndex &index, QgsFeature &feat) |
QModelIndex | fidToIdx (QgsFeatureId fid) const |
Returns the model index corresponding to a feature ID. More... | |
QModelIndex | fidToIndex (QgsFeatureId fid) override |
QModelIndexList | fidToIndexList (QgsFeatureId fid) |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
QgsFeatureId | idxToFid (const QModelIndex &index) const |
Returns the feature ID corresponding to an index from the model. More... | |
bool | injectNull () |
Returns the current state of null value injection. More... | |
QgsVectorLayerCache * | layerCache () |
Returns the vector layer cache which is being used to populate the model. More... | |
virtual QModelIndex | mapFromMaster (const QModelIndex &sourceIndex) const |
QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const override |
virtual QItemSelection | mapSelectionFromMaster (const QItemSelection &selection) const |
virtual QItemSelection | mapSelectionToMaster (const QItemSelection &selection) const |
virtual QModelIndex | mapToMaster (const QModelIndex &proxyIndex) const |
QModelIndex | mapToSource (const QModelIndex &proxyIndex) const override |
QgsAttributeTableModel * | masterModel () |
QModelIndex | parent (const QModelIndex &child) const override |
QString | parserErrorString () |
Returns a detailed message about errors while parsing a QgsExpression. More... | |
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
bool | setDisplayExpression (const QString &expression) |
void | setInjectNull (bool injectNull) |
If true is specified, a NULL value will be injected. More... | |
void | setSortByDisplayExpression (bool sortByDisplayExpression, Qt::SortOrder order=Qt::AscendingOrder) |
Sort this model by its display expression. More... | |
virtual void | setSourceModel (QgsAttributeTableFilterModel *sourceModel) |
bool | sortByDisplayExpression () const |
Sort this model by its display expression. More... | |
Public Member Functions inherited from QgsFeatureModel | |
virtual | ~QgsFeatureModel ()=default |
Definition at line 38 of file qgsfeaturelistmodel.h.
Enumerator | |
---|---|
FeatureInfoRole | |
FeatureRole |
Definition at line 59 of file qgsfeaturelistmodel.h.
|
explicit |
Constructor for QgsFeatureListModel.
Definition at line 26 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 407 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 60 of file qgsfeaturelistmodel.cpp.
QString QgsFeatureListModel::displayExpression | ( | ) | const |
Definition at line 250 of file qgsfeaturelistmodel.cpp.
bool QgsFeatureListModel::featureByIndex | ( | const QModelIndex & | index, |
QgsFeature & | feat | ||
) |
Definition at line 255 of file qgsfeaturelistmodel.cpp.
QModelIndex QgsFeatureListModel::fidToIdx | ( | QgsFeatureId | fid | ) | const |
Returns the model index corresponding to a feature ID.
Definition at line 55 of file qgsfeaturelistmodel.cpp.
|
overridevirtual |
Implements QgsFeatureModel.
Definition at line 422 of file qgsfeaturelistmodel.cpp.
QModelIndexList QgsFeatureListModel::fidToIndexList | ( | QgsFeatureId | fid | ) |
Definition at line 427 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 187 of file qgsfeaturelistmodel.cpp.
QgsFeatureId QgsFeatureListModel::idxToFid | ( | const QModelIndex & | index | ) | const |
Returns the feature ID corresponding to an index from the model.
Definition at line 50 of file qgsfeaturelistmodel.cpp.
bool QgsFeatureListModel::injectNull | ( | ) |
Returns the current state of null value injection.
Definition at line 212 of file qgsfeaturelistmodel.cpp.
QgsVectorLayerCache * QgsFeatureListModel::layerCache | ( | ) |
Returns the vector layer cache which is being used to populate the model.
Definition at line 45 of file qgsfeaturelistmodel.cpp.
|
virtual |
Definition at line 330 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 384 of file qgsfeaturelistmodel.cpp.
|
virtual |
Definition at line 351 of file qgsfeaturelistmodel.cpp.
|
virtual |
Definition at line 356 of file qgsfeaturelistmodel.cpp.
|
virtual |
Definition at line 310 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 363 of file qgsfeaturelistmodel.cpp.
QgsAttributeTableModel * QgsFeatureListModel::masterModel | ( | ) |
Definition at line 217 of file qgsfeaturelistmodel.cpp.
|
slot |
Does nothing except for calling beginInsertRows()
Definition at line 273 of file qgsfeaturelistmodel.cpp.
|
slot |
Does nothing except for calling beginRemoveRows()
Definition at line 260 of file qgsfeaturelistmodel.cpp.
|
slot |
Does nothing except for calling endInsertRows()
Definition at line 278 of file qgsfeaturelistmodel.cpp.
|
slot |
Does nothing except for calling endRemoveRows()
Definition at line 265 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 401 of file qgsfeaturelistmodel.cpp.
QString QgsFeatureListModel::parserErrorString | ( | ) |
Returns a detailed message about errors while parsing a QgsExpression.
Definition at line 245 of file qgsfeaturelistmodel.cpp.
|
override |
Definition at line 413 of file qgsfeaturelistmodel.cpp.
bool QgsFeatureListModel::setDisplayExpression | ( | const QString & | expression | ) |
expression | A QgsExpression compatible string. |
true
if the expression could be set, false
if there was a parse error. If it fails, the old expression will still be applied. Call parserErrorString() for a meaningful error message. Definition at line 222 of file qgsfeaturelistmodel.cpp.
void QgsFeatureListModel::setInjectNull | ( | bool | injectNull | ) |
If true
is specified, a NULL value will be injected.
injectNull | state of null value injection |
true
, the sort by display expression cannot be used Definition at line 199 of file qgsfeaturelistmodel.cpp.
void QgsFeatureListModel::setSortByDisplayExpression | ( | bool | sortByDisplayExpression, |
Qt::SortOrder | order = Qt::AscendingOrder |
||
) |
Sort this model by its display expression.
Definition at line 297 of file qgsfeaturelistmodel.cpp.
|
virtual |
Definition at line 32 of file qgsfeaturelistmodel.cpp.
bool QgsFeatureListModel::sortByDisplayExpression | ( | ) | const |
Sort this model by its display expression.
Definition at line 292 of file qgsfeaturelistmodel.cpp.