QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgis_core.h"
#include <QList>
#include <QSet>
#include "qgsfeature.h"
#include "qgsfields.h"
#include "qgsgeometry.h"
Go to the source code of this file.
Classes | |
class | QgsVectorLayerEditBuffer |
Stores queued vector layer edit operations prior to committing changes to the layer's data provider. More... | |
Typedefs | |
typedef QSet< int > | QgsAttributeIds |
typedef QList< int > | QgsAttributeList |
typedef QMap< QgsFeatureId, QgsFeature > | QgsFeatureMap |
typedef QSet<int> QgsAttributeIds |
Definition at line 30 of file qgsvectorlayereditbuffer.h.
typedef QList<int> QgsAttributeList |
Definition at line 29 of file qgsvectorlayereditbuffer.h.
typedef QMap<QgsFeatureId, QgsFeature> QgsFeatureMap |
Definition at line 31 of file qgsvectorlayereditbuffer.h.