QGIS API Documentation
3.0.2-Girona (307d082)
|
Encapsulates settings relating to a feature source input to a processing algorithm. More...
#include <qgsprocessingparameters.h>
Public Member Functions | |
QgsProcessingFeatureSourceDefinition (const QString &source=QString(), bool selectedFeaturesOnly=false) | |
Constructor for QgsProcessingFeatureSourceDefinition, accepting a static string source. More... | |
QgsProcessingFeatureSourceDefinition (const QgsProperty &source, bool selectedFeaturesOnly=false) | |
Constructor for QgsProcessingFeatureSourceDefinition, accepting a QgsProperty source. More... | |
operator QVariant () const | |
Allows direct construction of QVariants. More... | |
bool | operator!= (const QgsProcessingFeatureSourceDefinition &other) |
bool | operator== (const QgsProcessingFeatureSourceDefinition &other) |
Public Attributes | |
bool | selectedFeaturesOnly |
True if only selected features in the source should be used by algorithms. More... | |
QgsProperty | source |
Source definition. More... | |
Encapsulates settings relating to a feature source input to a processing algorithm.
Definition at line 48 of file qgsprocessingparameters.h.
|
inline |
Constructor for QgsProcessingFeatureSourceDefinition, accepting a static string source.
Definition at line 55 of file qgsprocessingparameters.h.
|
inline |
Constructor for QgsProcessingFeatureSourceDefinition, accepting a QgsProperty source.
Definition at line 63 of file qgsprocessingparameters.h.
|
inline |
Allows direct construction of QVariants.
Definition at line 89 of file qgsprocessingparameters.h.
|
inline |
Definition at line 83 of file qgsprocessingparameters.h.
|
inline |
Definition at line 78 of file qgsprocessingparameters.h.
bool QgsProcessingFeatureSourceDefinition::selectedFeaturesOnly |
True if only selected features in the source should be used by algorithms.
Definition at line 76 of file qgsprocessingparameters.h.
QgsProperty QgsProcessingFeatureSourceDefinition::source |
Source definition.
Usually a static property set to a source layer's ID or file name.
Definition at line 71 of file qgsprocessingparameters.h.