|
QGIS API Documentation 4.3.0-Master (6313fb5bce0)
|
Encapsulates the context in which a Processing action is executed. More...
#include <qgsprocessingprovideractions.h>
Public Member Functions | |
| QString | algorithmName () const |
| Returns the name of the algorithm associated with the action. | |
| QWidget * | parentWidget () const |
| Returns the parent widget to use for dialogs constructed when triggering the action. | |
| QString | providerId () const |
| Returns the ID of the provider associated with the action. | |
| void | setAlgorithmName (const QString &name) |
| Sets the name of the algorithm associated with the action. | |
| void | setParentWidget (QWidget *widget) |
| Sets the parent widget to use for dialogs constructed when triggering the action. | |
| void | setProviderId (const QString &id) |
| Sets the ID of the provider associated with the action. | |
Encapsulates the context in which a Processing action is executed.
Definition at line 34 of file qgsprocessingprovideractions.h.
| QString QgsProcessingActionContext::algorithmName | ( | ) | const |
Returns the name of the algorithm associated with the action.
Definition at line 37 of file qgsprocessingprovideractions.cpp.
| QWidget * QgsProcessingActionContext::parentWidget | ( | ) | const |
Returns the parent widget to use for dialogs constructed when triggering the action.
Definition at line 27 of file qgsprocessingprovideractions.cpp.
| QString QgsProcessingActionContext::providerId | ( | ) | const |
Returns the ID of the provider associated with the action.
Definition at line 47 of file qgsprocessingprovideractions.cpp.
| void QgsProcessingActionContext::setAlgorithmName | ( | const QString & | name | ) |
Sets the name of the algorithm associated with the action.
Definition at line 42 of file qgsprocessingprovideractions.cpp.
| void QgsProcessingActionContext::setParentWidget | ( | QWidget * | widget | ) |
Sets the parent widget to use for dialogs constructed when triggering the action.
Definition at line 32 of file qgsprocessingprovideractions.cpp.
| void QgsProcessingActionContext::setProviderId | ( | const QString & | id | ) |
Sets the ID of the provider associated with the action.
Definition at line 52 of file qgsprocessingprovideractions.cpp.