| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#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 | 
| An abstract base class for defining QgsExpression functions.  More... | |
| class | QgsStaticExpressionFunction | 
| Helper class for defining QgsExpression functions.  More... | |
| class | QgsWithVariableExpressionFunction | 
Handles the with_variable(name, value, node) expression function.  More... | |