QGIS API Documentation 3.99.0-Master (a8f284845db)
Loading...
Searching...
No Matches
QgsModelDesignerConfigDockWidget Class Reference

A dockable panel widget stack which allows users to specify the properties of a Processing model component. More...

#include <qgsmodeldesignerconfigdockwidget.h>

Inheritance diagram for QgsModelDesignerConfigDockWidget:

Public Member Functions

 QgsModelDesignerConfigDockWidget (QWidget *parent SIP_TRANSFERTHIS=nullptr)
 Constructor for QgsModelDesignerConfigDockWidget.
void showComponentConfig (QgsProcessingModelComponent *component, QgsProcessingContext &context, const QgsProcessingParameterWidgetContext &widgetContext)
 Shows the configuration widget for a component in the model.

Detailed Description

A dockable panel widget stack which allows users to specify the properties of a Processing model component.

A virtual equivalent of the QGIS app "layer styling dock", but for editing Processing model components.

Note
Not available in Python bindings.
Since
QGIS 4.0

Definition at line 44 of file qgsmodeldesignerconfigdockwidget.h.

Constructor & Destructor Documentation

◆ QgsModelDesignerConfigDockWidget()

QgsModelDesignerConfigDockWidget::QgsModelDesignerConfigDockWidget ( QWidget *parent SIP_TRANSFERTHIS = nullptr)

Constructor for QgsModelDesignerConfigDockWidget.

Definition at line 26 of file qgsmodeldesignerconfigdockwidget.cpp.

Member Function Documentation

◆ showComponentConfig()

void QgsModelDesignerConfigDockWidget::showComponentConfig ( QgsProcessingModelComponent * component,
QgsProcessingContext & context,
const QgsProcessingParameterWidgetContext & widgetContext )

Shows the configuration widget for a component in the model.

Parameters
componentmodel component to create widget for
contextprocessing context
widgetContextprocessing widget context

Definition at line 35 of file qgsmodeldesignerconfigdockwidget.cpp.


The documentation for this class was generated from the following files: