mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/gui/processing/qgsprocessinggui.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
class QgsProcessingGui
|
||
|
{
|
||
|
%Docstring
|
||
|
|
||
|
Contains general functions and values related to Processing GUI components.
|
||
|
|
||
|
.. versionadded:: 3.4
|
||
|
%End
|
||
|
|
||
|
%TypeHeaderCode
|
||
|
#include "qgsprocessinggui.h"
|
||
|
%End
|
||
|
public:
|
||
|
|
||
|
enum WidgetType
|
||
|
{
|
||
|
Standard,
|
||
|
Batch,
|
||
|
Modeler,
|
||
|
};
|
||
|
|
||
|
};
|
||
|
|
||
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/gui/processing/qgsprocessinggui.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|