QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes
qgsexpressionfunction.h File Reference
#include <functional>
#include <QString>
#include <QVariant>
#include <QSet>
#include <QJsonDocument>
#include <QJsonObject>
#include "qgis.h"
#include "qgis_core.h"
#include "qgsexpressionnode.h"
Include dependency graph for qgsexpressionfunction.h:
This graph shows which files directly or indirectly include this file:

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...