Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -268,7 +268,7 @@ from the given registry. If no registry is specified, then the processing |
|
|
registry attached to QgsApplication.processingRegistry() will be used |
|
|
by the model. |
|
|
|
|
|
If \recentLog is specified then it will be used to create a "Recently used" top |
|
|
If ``recentLog`` is specified then it will be used to create a "Recently used" top |
|
|
level group containing recently used algorithms. |
|
|
%End |
|
|
|
|
|
|
@@ -37,7 +37,7 @@ If ``registry`` is set, then the view will automatically be populated with algor |
|
|
and providers from the registry. Otherwise, users must manually call setRegistry() |
|
|
to associate a registry with the view. |
|
|
|
|
|
If \recentLog is specified then it will be used to create a "Recently used" top |
|
|
If ``recentLog`` is specified then it will be used to create a "Recently used" top |
|
|
level group containing recently used algorithms. |
|
|
%End |
|
|
|
|
|
|
@@ -289,7 +289,7 @@ class GUI_EXPORT QgsProcessingToolboxModel : public QAbstractItemModel |
|
|
* registry attached to QgsApplication::processingRegistry() will be used |
|
|
* by the model. |
|
|
* |
|
|
* If \recentLog is specified then it will be used to create a "Recently used" top |
|
|
* If \a recentLog is specified then it will be used to create a "Recently used" top |
|
|
* level group containing recently used algorithms. |
|
|
*/ |
|
|
QgsProcessingToolboxModel( QObject *parent SIP_TRANSFERTHIS = nullptr, QgsProcessingRegistry *registry = nullptr, |
|
|
|
@@ -46,7 +46,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView |
|
|
* and providers from the registry. Otherwise, users must manually call setRegistry() |
|
|
* to associate a registry with the view. |
|
|
* |
|
|
* If \recentLog is specified then it will be used to create a "Recently used" top |
|
|
* If \a recentLog is specified then it will be used to create a "Recently used" top |
|
|
* level group containing recently used algorithms. |
|
|
*/ |
|
|
QgsProcessingToolboxTreeView( QWidget *parent SIP_TRANSFERTHIS = nullptr, |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.