QGIS API Documentation
3.6.0-Noosa (5873452)
|
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 51 of file qgsprocessingparameters.h.
|
inline |
Constructor for QgsProcessingFeatureSourceDefinition, accepting a static string source.
Definition at line 58 of file qgsprocessingparameters.h.
|
inline |
Constructor for QgsProcessingFeatureSourceDefinition, accepting a QgsProperty source.
Definition at line 66 of file qgsprocessingparameters.h.
|
inline |
Allows direct construction of QVariants.
Definition at line 92 of file qgsprocessingparameters.h.
|
inline |
Definition at line 86 of file qgsprocessingparameters.h.
|
inline |
Definition at line 81 of file qgsprocessingparameters.h.
bool QgsProcessingFeatureSourceDefinition::selectedFeaturesOnly |
True if only selected features in the source should be used by algorithms.
Definition at line 79 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 74 of file qgsprocessingparameters.h.