mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/core/processing/qgsprocessingalgorithmconfigurationwidget.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
class QgsProcessingAlgorithmConfigurationWidget : QWidget
|
||
|
{
|
||
|
|
||
|
%TypeHeaderCode
|
||
|
#include "qgsprocessingalgorithmconfigurationwidget.h"
|
||
|
%End
|
||
|
public:
|
||
|
QgsProcessingAlgorithmConfigurationWidget( QWidget *parent = 0 );
|
||
|
virtual ~QgsProcessingAlgorithmConfigurationWidget();
|
||
|
virtual QVariantMap configuration() const = 0;
|
||
|
virtual void setConfiguration( const QVariantMap &configuration ) = 0;
|
||
|
};
|
||
|
|
||
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/core/processing/qgsprocessingalgorithmconfigurationwidget.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|