A proxy model for feature lists.
More...
#include <qgsfeaturelistmodel.h>
|
Q_DECL_DEPRECATED void | onBeginInsertRows (const QModelIndex &parent, int first, int last) |
| Does nothing except for calling beginInsertRows()
|
|
Q_DECL_DEPRECATED void | onBeginRemoveRows (const QModelIndex &parent, int first, int last) |
| Does nothing except for calling beginRemoveRows()
|
|
Q_DECL_DEPRECATED void | onEndInsertRows (const QModelIndex &parent, int first, int last) |
| Does nothing except for calling endInsertRows()
|
|
Q_DECL_DEPRECATED void | onEndRemoveRows (const QModelIndex &parent, int first, int last) |
| Does nothing except for calling endRemoveRows()
|
|
A proxy model for feature lists.
Definition at line 40 of file qgsfeaturelistmodel.h.
◆ Role
Enumerator |
---|
FeatureInfoRole | |
FeatureRole | Feature with all attributes and no geometry.
|
FeatureWithGeometryRole | Feature with all attributes and geometry,.
- Since
- QGIS 3.42
|
Definition at line 57 of file qgsfeaturelistmodel.h.
◆ QgsFeatureListModel()
◆ columnCount()
int QgsFeatureListModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
QVariant QgsFeatureListModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ displayExpression()
QString QgsFeatureListModel::displayExpression |
( |
| ) |
const |
◆ featureByIndex()
bool QgsFeatureListModel::featureByIndex |
( |
const QModelIndex & |
index, |
|
|
QgsFeature & |
feat |
|
) |
| |
◆ fidToIdx()
QModelIndex QgsFeatureListModel::fidToIdx |
( |
QgsFeatureId |
fid | ) |
const |
◆ fidToIndex()
QModelIndex QgsFeatureListModel::fidToIndex |
( |
QgsFeatureId |
fid | ) |
|
|
overridevirtual |
◆ fidToIndexList()
QModelIndexList QgsFeatureListModel::fidToIndexList |
( |
QgsFeatureId |
fid | ) |
|
◆ flags()
Qt::ItemFlags QgsFeatureListModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ idxToFid()
QgsFeatureId QgsFeatureListModel::idxToFid |
( |
const QModelIndex & |
index | ) |
const |
◆ injectNull()
bool QgsFeatureListModel::injectNull |
( |
| ) |
|
Returns the current state of null value injection.
- Returns
- If a NULL value is added
Definition at line 209 of file qgsfeaturelistmodel.cpp.
◆ layerCache()
Returns the vector layer cache which is being used to populate the model.
Definition at line 47 of file qgsfeaturelistmodel.cpp.
◆ mapFromMaster()
QModelIndex QgsFeatureListModel::mapFromMaster |
( |
const QModelIndex & |
sourceIndex | ) |
const |
|
virtual |
◆ mapFromSource()
QModelIndex QgsFeatureListModel::mapFromSource |
( |
const QModelIndex & |
sourceIndex | ) |
const |
|
override |
◆ mapSelectionFromMaster()
QItemSelection QgsFeatureListModel::mapSelectionFromMaster |
( |
const QItemSelection & |
selection | ) |
const |
|
virtual |
◆ mapSelectionToMaster()
QItemSelection QgsFeatureListModel::mapSelectionToMaster |
( |
const QItemSelection & |
selection | ) |
const |
|
virtual |
◆ mapToMaster()
QModelIndex QgsFeatureListModel::mapToMaster |
( |
const QModelIndex & |
proxyIndex | ) |
const |
|
virtual |
◆ mapToSource()
QModelIndex QgsFeatureListModel::mapToSource |
( |
const QModelIndex & |
proxyIndex | ) |
const |
|
override |
◆ masterModel()
◆ onBeginInsertRows
void QgsFeatureListModel::onBeginInsertRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
◆ onBeginRemoveRows
void QgsFeatureListModel::onBeginRemoveRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
◆ onEndInsertRows
void QgsFeatureListModel::onEndInsertRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
◆ onEndRemoveRows
void QgsFeatureListModel::onEndRemoveRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
◆ parent()
QModelIndex QgsFeatureListModel::parent |
( |
const QModelIndex & |
child | ) |
const |
|
override |
◆ parserErrorString()
QString QgsFeatureListModel::parserErrorString |
( |
| ) |
|
◆ rowCount()
int QgsFeatureListModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setDisplayExpression()
bool QgsFeatureListModel::setDisplayExpression |
( |
const QString & |
expression | ) |
|
- Parameters
-
- Returns
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 219 of file qgsfeaturelistmodel.cpp.
◆ setInjectNull()
void QgsFeatureListModel::setInjectNull |
( |
bool |
injectNull | ) |
|
If true
is specified, a NULL value will be injected.
- Parameters
-
injectNull | state of null value injection |
- Note
- If set to
true
, the sort by display expression cannot be used
Definition at line 196 of file qgsfeaturelistmodel.cpp.
◆ setSortByDisplayExpression()
void QgsFeatureListModel::setSortByDisplayExpression |
( |
bool |
sortByDisplayExpression, |
|
|
Qt::SortOrder |
order = Qt::AscendingOrder |
|
) |
| |
Sort this model by its display expression.
- Note
- Not compatible with injectNull, if sorting by display expression is enabled, injectNull will automatically turned off.
- Since
- QGIS 3.2
Definition at line 294 of file qgsfeaturelistmodel.cpp.
◆ setSourceModel()
◆ sortByDisplayExpression()
bool QgsFeatureListModel::sortByDisplayExpression |
( |
| ) |
const |
The documentation for this class was generated from the following files: