|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
Encapsulates the results of running a child algorithm within a model. More...
#include <qgsprocessingmodelresult.h>
Public Member Functions | |
| QgsProcessingModelChildAlgorithmResult () | |
| Qgis::ProcessingModelChildAlgorithmExecutionStatus | executionStatus () const |
| Returns the status of executing the child algorithm. | |
| QString | htmlLog () const |
| Returns the HTML formatted contents of logged messages which occurred while running the child. | |
| QVariantMap | inputs () const |
| Returns the inputs used for the child algorithm. | |
| bool | operator!= (const QgsProcessingModelChildAlgorithmResult &other) const |
| bool | operator== (const QgsProcessingModelChildAlgorithmResult &other) const |
| QVariantMap | outputs () const |
| Returns the outputs generated by the child algorithm. | |
| void | setExecutionStatus (Qgis::ProcessingModelChildAlgorithmExecutionStatus status) |
| Sets the status of executing the child algorithm. | |
| void | setHtmlLog (const QString &log) |
| Sets the HTML formatted contents of logged messages which occurred while running the child. | |
| void | setInputs (const QVariantMap &inputs) |
| Sets the inputs used for the child algorithm. | |
| void | setOutputs (const QVariantMap &outputs) |
| Sets the outputs generated by child algorithm. | |
Encapsulates the results of running a child algorithm within a model.
Definition at line 32 of file qgsprocessingmodelresult.h.
|
default |
|
inline |
Returns the status of executing the child algorithm.
Definition at line 43 of file qgsprocessingmodelresult.h.
|
inline |
Returns the HTML formatted contents of logged messages which occurred while running the child.
Definition at line 85 of file qgsprocessingmodelresult.h.
|
inline |
Returns the inputs used for the child algorithm.
Definition at line 57 of file qgsprocessingmodelresult.h.
|
inline |
Definition at line 101 of file qgsprocessingmodelresult.h.
|
inline |
Definition at line 94 of file qgsprocessingmodelresult.h.
|
inline |
Returns the outputs generated by the child algorithm.
Definition at line 71 of file qgsprocessingmodelresult.h.
|
inline |
Sets the status of executing the child algorithm.
Definition at line 50 of file qgsprocessingmodelresult.h.
|
inline |
Sets the HTML formatted contents of logged messages which occurred while running the child.
Definition at line 92 of file qgsprocessingmodelresult.h.
|
inline |
Sets the inputs used for the child algorithm.
Definition at line 64 of file qgsprocessingmodelresult.h.
|
inline |
Sets the outputs generated by child algorithm.
Definition at line 78 of file qgsprocessingmodelresult.h.