Class FeatureGatherer
Inherits the following classes: QThread
Public Signals
| Type | Name |
|---|---|
| signal void | collectedValues |
Public Functions
| Type | Name |
|---|---|
| FeatureGatherer (QgsFeature feature, QgsRelation & relation, const QgsRelation & nmRelation=QgsRelation()) |
|
| QList< ReferencingFeatureListModelBase::Entry > | entries () const |
| void | run () override |
| void | stop () Informs the gatherer to immediately stop collecting values. |
| bool | wasCanceled () const |
Public Signals Documentation
signal collectedValues
void FeatureGatherer::collectedValues;
Emitted when values have been collected
Parameters:
valueslist of unique matching string values
Public Functions Documentation
function FeatureGatherer
inline FeatureGatherer::FeatureGatherer (
QgsFeature feature,
QgsRelation & relation,
const QgsRelation & nmRelation=QgsRelation()
)
function entries
inline QList< ReferencingFeatureListModelBase::Entry > FeatureGatherer::entries () const
Returns:
the list of entries
function run
inline void FeatureGatherer::run () override
function stop
Informs the gatherer to immediately stop collecting values.
inline void FeatureGatherer::stop ()
function wasCanceled
inline bool FeatureGatherer::wasCanceled () const
Returns:
true if collection was canceled before completion
The documentation for this class was generated from the following file src/core/referencingfeaturelistmodel.h