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
 
   58    QgsProcessingVectorTileWriterLayersPanelWidget(
 
   59      const QVariant &value,
 
   66    void configureLayer();
 
   70    void setItemValue( QStandardItem *item, 
const QVariant &value );
 
   78class QgsProcessingVectorTileWriterLayersWidget : 
public QWidget
 
   83    QgsProcessingVectorTileWriterLayersWidget( QWidget *parent = 
nullptr );
 
   85    QVariant value()
 const { 
return mValue; }
 
   86    void setValue( 
const QVariant &value );
 
   99    void updateSummaryText();
 
  101    QLineEdit *mLineEdit = 
nullptr;
 
  102    QToolButton *mToolButton = 
nullptr;
 
  108    friend class TestProcessingGui;
 
  129    QVariant widgetValue() const override;
 
  131    QStringList compatibleParameterTypes() const override;
 
  132    QStringList compatibleOutputTypes() const override;
 
  135    QgsProcessingVectorTileWriterLayersWidget *mPanel = 
nullptr;
 
  137    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.