Home
last modified time | relevance | path

Searched refs:mEncounteredValues (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgsreportsectionfieldgroup.cpp158 mEncounteredValues.clear(); in reset()
270 while ( first || ( ( !mBody || !mBodyEnabled ) && mEncounteredValues.contains( currentValue ) ) ) in getNextFeature()
281 mEncounteredValues.insert( currentValue ); in getNextFeature()
H A Dqgsreportsectionfieldgroup.h184 QSet< QVariant > mEncounteredValues; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgsreportsectionfieldgroup.cpp158 mEncounteredValues.clear(); in reset()
270 while ( first || ( ( !mBody || !mBodyEnabled ) && mEncounteredValues.contains( currentValue ) ) ) in getNextFeature()
281 mEncounteredValues.insert( currentValue ); in getNextFeature()
H A Dqgsreportsectionfieldgroup.h184 QSet< QVariant > mEncounteredValues; variable