QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
This is the complete list of members for QgsVectorLayerUtils, including all inherited members.
createFeature(const QgsVectorLayer *layer, const QgsGeometry &geometry=QgsGeometry(), const QgsAttributeMap &attributes=QgsAttributeMap(), QgsExpressionContext *context=nullptr) | QgsVectorLayerUtils | static |
createFeatures(const QgsVectorLayer *layer, const QgsFeaturesDataList &featuresData, QgsExpressionContext *context=nullptr) | QgsVectorLayerUtils | static |
createUniqueValue(const QgsVectorLayer *layer, int fieldIndex, const QVariant &seed=QVariant()) | QgsVectorLayerUtils | static |
createUniqueValueFromCache(const QgsVectorLayer *layer, int fieldIndex, const QSet< QVariant > &existingValues, const QVariant &seed=QVariant()) | QgsVectorLayerUtils | static |
duplicateFeature(QgsVectorLayer *layer, const QgsFeature &feature, QgsProject *project, int depth, QgsDuplicateFeatureContext &duplicateFeatureContext) | QgsVectorLayerUtils | static |
getDoubleValues(const QgsVectorLayer *layer, const QString &fieldOrExpression, bool &ok, bool selectedOnly=false, int *nullCount=nullptr, QgsFeedback *feedback=nullptr) | QgsVectorLayerUtils | static |
getFeatureSource(QPointer< QgsVectorLayer > layer, QgsFeedback *feedback=nullptr) | QgsVectorLayerUtils | static |
getValues(const QgsVectorLayer *layer, const QString &fieldOrExpression, bool &ok, bool selectedOnly=false, QgsFeedback *feedback=nullptr) | QgsVectorLayerUtils | static |
getValuesIterator(const QgsVectorLayer *layer, const QString &fieldOrExpression, bool &ok, bool selectedOnly) | QgsVectorLayerUtils | static |
makeFeatureCompatible(const QgsFeature &feature, const QgsVectorLayer *layer) | QgsVectorLayerUtils | static |
makeFeaturesCompatible(const QgsFeatureList &features, const QgsVectorLayer *layer) | QgsVectorLayerUtils | static |
matchAttributesToFields(QgsFeature &feature, const QgsFields &fields) | QgsVectorLayerUtils | static |
QgsFeaturesDataList typedef | QgsVectorLayerUtils | |
validateAttribute(const QgsVectorLayer *layer, const QgsFeature &feature, int attributeIndex, QStringList &errors, QgsFieldConstraints::ConstraintStrength strength=QgsFieldConstraints::ConstraintStrengthNotSet, QgsFieldConstraints::ConstraintOrigin origin=QgsFieldConstraints::ConstraintOriginNotSet) | QgsVectorLayerUtils | static |
valueExists(const QgsVectorLayer *layer, int fieldIndex, const QVariant &value, const QgsFeatureIds &ignoreIds=QgsFeatureIds()) | QgsVectorLayerUtils | static |