18#ifndef QGSPROCESSINGWIDGETWRAPPER_H
19#define QGSPROCESSINGWIDGETWRAPPER_H
33class QgsProcessingModelAlgorithm;
37class QgsProcessingModelAlgorithm;
84 SkipDefaultValueParameters = 1 << 0,
85 SkipValidation = 1 << 1,
182 QgsProcessingModelAlgorithm *model()
const;
190 void setModel( QgsProcessingModelAlgorithm *model );
198 QString modelChildAlgorithmId()
const;
206 void setModelChildAlgorithmId(
const QString &
id );
225 QgsProcessingModelAlgorithm *mModel =
nullptr;
227 QString mModelChildAlgorithmId;
242class GUI_EXPORT QgsProcessingGuiUtils
335 QWidget *wrappedWidget();
341 QLabel *wrappedLabel();
350 % Property( name = param, get = parameterDefinition )
368 QVariant parameterValue()
const;
373 virtual QVariantMap customProperties()
const;
396 virtual void postInitialize(
const QList<QgsAbstractProcessingParameterWidgetWrapper *> &wrappers );
405 virtual int stretch()
const;
414 virtual void setDialog( QDialog *dialog );
463 virtual QVariant widgetValue() const = 0;
486 Qgis::ProcessingMode mType =
Qgis::ProcessingMode::Standard;
491 QPointer<QWidget> mWidget;
493 QPointer<QLabel> mLabel;
496 friend class TestProcessingGui;
595 virtual QStringList compatibleParameterTypes() const;
611 virtual QStringList compatibleOutputTypes() const;
638 virtual QString modelerExpressionFormatString() const;
671 QVariant widgetValue()
const override;
681 QWidget *createWidget()
override;
682 QLabel *createLabel()
override;
686 QPointer<const QgsVectorLayer> mLayer;
Provides global constants and enumerations for use throughout the application.
ProcessingMode
Types of modes which Processing widgets can be created for.
@ Standard
Standard (single-run) algorithm mode.
A model for showing available data sources and other items in a structured tree.
Abstract interface for generating an expression context.
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
A bar for displaying non-blocking messages to the user.
Abstract base class for processing algorithms.
An interface for objects which can create Processing contexts.
virtual ~QgsProcessingContextGenerator()=default
virtual QgsProcessingContext * processingContext()=0
This method needs to be reimplemented in all classes which implement this interface and return a Proc...
Contains information about the context in which a processing algorithm is executed.
Base class for the definition of processing parameters.
Contains settings which reflect the context in which a Processing parameter widget is shown.
QgsProcessingParameterWidgetContext()=default
An interface for objects which can create sets of parameter values for processing algorithms.
Flag
Flags controlling parameter generation.
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Represents a vector layer which manages a vector based dataset.
As part of the API refactoring and improvements which landed in the Processing API was substantially reworked from the x version This was done in order to allow much of the underlying Processing framework to be ported into allowing algorithms to be written in pure substantial changes are required in order to port existing x Processing algorithms for QGIS x The most significant changes are outlined not GeoAlgorithm For algorithms which operate on features one by consider subclassing the QgsProcessingFeatureBasedAlgorithm class This class allows much of the boilerplate code for looping over features from a vector layer to be bypassed and instead requires implementation of a processFeature method Ensure that your algorithm(or algorithm 's parent class) implements the new pure virtual createInstance(self) call
#define SIP_ENUM_BASETYPE(type)
Q_DECLARE_OPERATORS_FOR_FLAGS(QgsTextRendererUtils::CurvedTextFlags)