QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
This is the complete list of members for QgsExpressionFunction, including all inherited members.
aliases() const | QgsExpressionFunction | virtual |
allParamsStatic(const QgsExpressionNodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context) | QgsExpressionFunction | protectedstatic |
FcnEval typedef | QgsExpressionFunction | |
func(const QVariantList &values, const QgsExpressionContext *context, QgsExpression *parent, const QgsExpressionNodeFunction *node)=0 | QgsExpressionFunction | pure virtual |
group() const | QgsExpressionFunction | inline |
groups() const | QgsExpressionFunction | inline |
handlesNull() const | QgsExpressionFunction | virtual |
helpText() const | QgsExpressionFunction | |
isContextual() const | QgsExpressionFunction | inline |
isDeprecated() const | QgsExpressionFunction | virtual |
isStatic(const QgsExpressionNodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context) const | QgsExpressionFunction | virtual |
lazyEval() const | QgsExpressionFunction | inline |
minParams() const | QgsExpressionFunction | inline |
name() const | QgsExpressionFunction | inline |
operator==(const QgsExpressionFunction &other) const | QgsExpressionFunction | |
ParameterList typedef | QgsExpressionFunction | |
parameters() const | QgsExpressionFunction | inline |
params() const | QgsExpressionFunction | inline |
prepare(const QgsExpressionNodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context) const | QgsExpressionFunction | virtual |
QgsExpressionFunction(const QString &fnname, int params, const QString &group, const QString &helpText=QString(), bool lazyEval=false, bool handlesNull=false, bool isContextual=false) | QgsExpressionFunction | inline |
QgsExpressionFunction(const QString &fnname, int params, const QStringList &groups, const QString &helpText=QString(), bool lazyEval=false, bool handlesNull=false, bool isContextual=false) | QgsExpressionFunction | inline |
QgsExpressionFunction(const QString &fnname, const QgsExpressionFunction::ParameterList ¶ms, const QString &group, const QString &helpText=QString(), bool lazyEval=false, bool handlesNull=false, bool isContextual=false) | QgsExpressionFunction | inline |
QgsExpressionFunction(const QString &fnname, const QgsExpressionFunction::ParameterList ¶ms, const QStringList &groups, const QString &helpText=QString(), bool lazyEval=false, bool handlesNull=false, bool isContextual=false) | QgsExpressionFunction | inline |
referencedColumns(const QgsExpressionNodeFunction *node) const | QgsExpressionFunction | virtual |
run(QgsExpressionNode::NodeList *args, const QgsExpressionContext *context, QgsExpression *parent, const QgsExpressionNodeFunction *node) | QgsExpressionFunction | virtual |
usesGeometry(const QgsExpressionNodeFunction *node) const | QgsExpressionFunction | virtual |
~QgsExpressionFunction()=default | QgsExpressionFunction | virtual |