Skip to content

Commit

Permalink
API doc and typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2018
1 parent 0b149f5 commit 2378a37
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
@@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/processing/qgsprocessingalgorithmconfigurationwidget.h *
* src/gui/processing/qgsprocessingalgorithmconfigurationwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
Expand All @@ -12,11 +12,10 @@




class QgsProcessingAlgorithmConfigurationWidget : QWidget
{
%Docstring
A configuration widget for processing algorithms allows to provide additional
A configuration widget for processing algorithms allows providing additional
configuration options directly on algorithm level, in addition to parameters.

.. versionadded:: 3.2
Expand Down Expand Up @@ -74,7 +73,7 @@ Check if this factory can create widgets for ``algorithm``.
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/processing/qgsprocessingalgorithmconfigurationwidget.h *
* src/gui/processing/qgsprocessingalgorithmconfigurationwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
5 changes: 5 additions & 0 deletions python/gui/processing/qgsprocessingguiregistry.sip.in
Expand Up @@ -24,7 +24,12 @@ configuration widgets.
#include "qgsprocessingguiregistry.h"
%End
public:

QgsProcessingGuiRegistry();
%Docstring
Constructor. Should never be called manually, is already
created by :py:class:`QgsGui`.
%End
~QgsProcessingGuiRegistry();

void addAlgorithmConfigurationWidgetFactory( QgsProcessingAlgorithmConfigurationWidgetFactory *factory /Transfer/ );
Expand Down
Expand Up @@ -29,7 +29,7 @@ class QgsProcessingAlgorithm;
class QgsProcessingAlgorithmConfigurationWidget;

/**
* A configuration widget for processing algorithms allows to provide additional
* A configuration widget for processing algorithms allows providing additional
* configuration options directly on algorithm level, in addition to parameters.
*
* \since QGIS 3.2
Expand Down
5 changes: 5 additions & 0 deletions src/gui/processing/qgsprocessingguiregistry.h
Expand Up @@ -37,6 +37,11 @@ class QgsProcessingAlgorithmConfigurationWidgetFactory;
class GUI_EXPORT QgsProcessingGuiRegistry
{
public:

/**
* Constructor. Should never be called manually, is already
* created by QgsGui.
*/
QgsProcessingGuiRegistry();
~QgsProcessingGuiRegistry();

Expand Down

0 comments on commit 2378a37

Please sign in to comment.