Skip to content

Struct FeatureExpressionValuesGatherer::Entry

ClassList > FeatureExpressionValuesGatherer > Entry

Public Attributes

Type Name
QgsFeature feature
QgsFeatureId featureId
QVariantList identifierFields
QString value

Public Functions

Type Name
Entry () = default
Entry (const QVariantList & _identifierFields, const QString & _value, const QgsFeature & _feature)
Entry (const QgsFeatureId & _featureId, const QString & _value, const QgsVectorLayer * layer)
bool operator() (const Entry & lhs, const Entry & rhs) const

Public Attributes Documentation

variable feature

QgsFeature FeatureExpressionValuesGatherer::Entry::feature;

variable featureId

QgsFeatureId FeatureExpressionValuesGatherer::Entry::featureId;

variable identifierFields

QVariantList FeatureExpressionValuesGatherer::Entry::identifierFields;

variable value

QString FeatureExpressionValuesGatherer::Entry::value;

Public Functions Documentation

function Entry [1/3]

FeatureExpressionValuesGatherer::Entry::Entry () = default

function Entry [2/3]

inline FeatureExpressionValuesGatherer::Entry::Entry (
    const QVariantList & _identifierFields,
    const QString & _value,
    const QgsFeature & _feature
) 

function Entry [3/3]

inline FeatureExpressionValuesGatherer::Entry::Entry (
    const QgsFeatureId & _featureId,
    const QString & _value,
    const QgsVectorLayer * layer
) 

function operator()

bool FeatureExpressionValuesGatherer::Entry::operator() (
    const Entry & lhs,
    const Entry & rhs
) const


The documentation for this class was generated from the following file src/core/featureexpressionvaluesgatherer.h