Struct QfFeatureExpressionValuesGatherer::Entry
ClassList > QfFeatureExpressionValuesGatherer > 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 QfFeatureExpressionValuesGatherer::Entry::feature;
variable featureId
QgsFeatureId QfFeatureExpressionValuesGatherer::Entry::featureId;
variable identifierFields
QVariantList QfFeatureExpressionValuesGatherer::Entry::identifierFields;
variable value
QString QfFeatureExpressionValuesGatherer::Entry::value;
Public Functions Documentation
function Entry [1/3]
QfFeatureExpressionValuesGatherer::Entry::Entry () = default
function Entry [2/3]
inline QfFeatureExpressionValuesGatherer::Entry::Entry (
const QVariantList & _identifierFields,
const QString & _value,
const QgsFeature & _feature
)
function Entry [3/3]
inline QfFeatureExpressionValuesGatherer::Entry::Entry (
const QgsFeatureId & _featureId,
const QString & _value,
const QgsVectorLayer * layer
)
function operator()
bool QfFeatureExpressionValuesGatherer::Entry::operator() (
const Entry & lhs,
const Entry & rhs
) const
The documentation for this class was generated from the following file src/core/qffeatureexpressionvaluesgatherer.h