QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Partial snapshot of vector layer's state (only the members necessary for access to features) More...
#include <qgsvectorlayerfeatureiterator.h>
Public Member Functions | |
QgsVectorLayerFeatureSource (const QgsVectorLayer *layer) | |
Constructor for QgsVectorLayerFeatureSource. More... | |
QgsVectorLayerFeatureSource (const QgsVectorLayerFeatureSource &other)=delete | |
QgsVectorLayerFeatureSource cannot be copied. More... | |
~QgsVectorLayerFeatureSource () override | |
QgsCoordinateReferenceSystem | crs () const |
Returns the coordinate reference system for features retrieved from this source. More... | |
QgsFields | fields () const |
Returns the fields that will be available for features that are retrieved from this source. More... | |
QgsFeatureIterator | getFeatures (const QgsFeatureRequest &request=QgsFeatureRequest()) override |
Gets an iterator for features matching the specified request. More... | |
QString | id () const |
Returns the layer id of the source layer. More... | |
QgsVectorLayerFeatureSource & | operator== (const QgsVectorLayerFeatureSource &other)=delete |
QgsVectorLayerFeatureSource cannot be copied. More... | |
Public Member Functions inherited from QgsAbstractFeatureSource | |
virtual | ~QgsAbstractFeatureSource () |
Protected Attributes | |
QList< QgsField > | mAddedAttributes |
QgsFeatureMap | mAddedFeatures |
QgsChangedAttributesMap | mChangedAttributeValues |
QgsGeometryMap | mChangedGeometries |
QgsCoordinateReferenceSystem | mCrs |
QgsAttributeList | mDeletedAttributeIds |
QgsFeatureIds | mDeletedFeatureIds |
std::unique_ptr< QgsExpressionFieldBuffer > | mExpressionFieldBuffer |
QgsFields | mFields |
bool | mHasEditBuffer |
QString | mId |
std::unique_ptr< QgsVectorLayerJoinBuffer > | mJoinBuffer |
QgsExpressionContextScope | mLayerScope |
std::unique_ptr< QgsAbstractFeatureSource > | mProviderFeatureSource |
Protected Attributes inherited from QgsAbstractFeatureSource | |
QSet< QgsAbstractFeatureIterator * > | mActiveIterators |
Friends | |
class | QgsVectorLayerFeatureIterator |
Additional Inherited Members | |
Protected Member Functions inherited from QgsAbstractFeatureSource | |
void | iteratorClosed (QgsAbstractFeatureIterator *it) |
void | iteratorOpened (QgsAbstractFeatureIterator *it) |
Partial snapshot of vector layer's state (only the members necessary for access to features)
Definition at line 51 of file qgsvectorlayerfeatureiterator.h.
|
explicit |
Constructor for QgsVectorLayerFeatureSource.
layer | source layer |
Definition at line 34 of file qgsvectorlayerfeatureiterator.cpp.
|
delete |
QgsVectorLayerFeatureSource cannot be copied.
|
overridedefault |
QgsCoordinateReferenceSystem QgsVectorLayerFeatureSource::crs | ( | ) | const |
Returns the coordinate reference system for features retrieved from this source.
Definition at line 111 of file qgsvectorlayerfeatureiterator.cpp.
QgsFields QgsVectorLayerFeatureSource::fields | ( | ) | const |
Returns the fields that will be available for features that are retrieved from this source.
Definition at line 106 of file qgsvectorlayerfeatureiterator.cpp.
|
overridevirtual |
Gets an iterator for features matching the specified request.
request | The request |
Implements QgsAbstractFeatureSource.
Definition at line 100 of file qgsvectorlayerfeatureiterator.cpp.
QString QgsVectorLayerFeatureSource::id | ( | ) | const |
Returns the layer id of the source layer.
Definition at line 116 of file qgsvectorlayerfeatureiterator.cpp.
|
delete |
QgsVectorLayerFeatureSource cannot be copied.
|
friend |
Definition at line 70 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 113 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 110 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 114 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 111 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 117 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 115 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 112 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 97 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 99 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 105 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 101 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 96 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 103 of file qgsvectorlayerfeatureiterator.h.
|
protected |
Definition at line 95 of file qgsvectorlayerfeatureiterator.h.