|
QGIS API Documentation 4.3.0-Master (01f22706ec5)
|
#include "qgis.h"#include "qgis_core.h"#include "qgsprocessingalgorithm_p.h"#include "qgsprocessingcontext.h"#include "qgsprocessingoutputs.h"#include "qgsprocessingparameters.h"#include "qgsprocessingutils.h"#include <QIcon>#include <QString>#include <QVariant>

Go to the source code of this file.
Classes | |
| class | QgsProcessingAlgorithm |
| Abstract base class for processing algorithms. More... | |
| class | QgsProcessingFeatureBasedAlgorithm |
| An abstract QgsProcessingAlgorithm base class for processing algorithms which operate "feature-by-feature". More... | |
| struct | QgsProcessingAlgorithm::VectorProperties |
| Properties of a vector source or sink used in an algorithm. More... | |
Macros | |
| #define | EXCLUDE_CPPCHECK |
| #define EXCLUDE_CPPCHECK |
Definition at line 24 of file qgsprocessingalgorithm.h.