16#ifndef QGSPROCESSINGVECTORTILEWRITERLAYERSWIDGETWRAPPER_H
17#define QGSPROCESSINGVECTORTILEWRITERLAYERSWIDGETWRAPPER_H
26#include "ui_qgsprocessingvectortilewriterlayerdetailswidgetbase.h"
34class QgsProcessingVectorTileWriteLayerDetailsWidget :
public QgsPanelWidget,
private Ui::QgsProcessingVectorTileWriterLayerDetailsWidget
38 QgsProcessingVectorTileWriteLayerDetailsWidget(
const QVariant &value,
QgsProject *project );
40 QVariant value()
const;
42 QDialogButtonBox *buttonBox() {
return mButtonBox; }
50class QgsProcessingVectorTileWriterLayersPanelWidget :
public QgsProcessingMultipleSelectionPanelWidget
59 QgsProcessingVectorTileWriterLayersPanelWidget(
60 const QVariant &value,
66 void configureLayer();
70 void setItemValue( QStandardItem *item,
const QVariant &value );
79class QgsProcessingVectorTileWriterLayersWidget :
public QWidget
85 QgsProcessingVectorTileWriterLayersWidget( QWidget *parent =
nullptr );
87 QVariant value()
const {
return mValue; }
88 void setValue(
const QVariant &value );
102 void updateSummaryText();
104 QLineEdit *mLineEdit =
nullptr;
105 QToolButton *mToolButton =
nullptr;
111 friend class TestProcessingGui;
135 QVariant widgetValue() const override;
137 QStringList compatibleParameterTypes() const override;
138 QStringList compatibleOutputTypes() const override;
142 QgsProcessingVectorTileWriterLayersWidget *mPanel =
nullptr;
144 friend class TestProcessingGui;
Contains information about the context in which a processing algorithm is executed.
WidgetType
Types of dialogs which Processing widgets can be created for.
@ Standard
Standard algorithm dialog.
Base class for the definition of processing parameters.
Contains settings which reflect the context in which a Processing parameter widget is shown,...
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Represents a vector layer which manages a vector based data sets.
Configuration of a single input vector layer to be included in the output.