QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 31 of file qgsprocessingmodelresult.h.
|
default |
|
inline |
Returns the status of executing the child algorithm.
Definition at line 42 of file qgsprocessingmodelresult.h.
|
inline |
Returns the HTML formatted contents of logged messages which occurred while running the child.
Definition at line 84 of file qgsprocessingmodelresult.h.
|
inline |
Returns the inputs used for the child algorithm.
Definition at line 56 of file qgsprocessingmodelresult.h.
|
inline |
Definition at line 100 of file qgsprocessingmodelresult.h.
|
inline |
Definition at line 93 of file qgsprocessingmodelresult.h.
|
inline |
Returns the outputs generated by the child algorithm.
Definition at line 70 of file qgsprocessingmodelresult.h.
|
inline |
Sets the status of executing the child algorithm.
Definition at line 49 of file qgsprocessingmodelresult.h.
|
inline |
Sets the HTML formatted contents of logged messages which occurred while running the child.
Definition at line 91 of file qgsprocessingmodelresult.h.
|
inline |
Sets the inputs used for the child algorithm.
Definition at line 63 of file qgsprocessingmodelresult.h.
|
inline |
Sets the outputs generated by child algorithm.
Definition at line 77 of file qgsprocessingmodelresult.h.