QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <functional>
#include <QString>
#include <QVariant>
#include <QSet>
#include <QJsonDocument>
#include <QJsonObject>
#include "qgis.h"
#include "qgis_core.h"
#include "qgsexpressionnode.h"
Go to the source code of this file.
Classes | |
class | QgsExpressionFunction::Parameter |
Represents a single parameter passed to a function. More... | |
class | QgsArrayFilterExpressionFunction |
Handles the array_filter(array, expression) expression function. More... | |
class | QgsArrayForeachExpressionFunction |
Handles the array loopingarray_Foreach(array, expression) expression function. More... | |
class | QgsExpressionFunction |
A abstract base class for defining QgsExpression functions. More... | |
class | QgsStaticExpressionFunction |
c++ helper class for defining QgsExpression functions. More... | |
class | QgsWithVariableExpressionFunction |
Handles the with_variable(name, value, node) expression function. More... | |