#include <qgsexpression.h>
|
| | StaticFunction (QString fnname, int params, FcnEval fcn, QString group, QString helpText=QString(), bool usesGeometry=false) |
| |
| virtual QVariant | func (const QVariantList &values, const QgsFeature *f, QgsExpression *parent) |
| |
| | Function (QString fnname, int params, QString group, QString helpText=QString(), bool usesGeometry=false) |
| |
| QString | name () |
| | The name of the function. More...
|
| |
| int | params () |
| | The number of parameters this function takes. More...
|
| |
| bool | usesgeometry () |
| | Does this function use a geometry object. More...
|
| |
| QString | group () |
| | The group the function belongs to. More...
|
| |
| QString | helptext () |
| | The help text for the function. More...
|
| |
| bool | operator== (const Function &other) const |
| |
Definition at line 278 of file qgsexpression.h.
| QgsExpression::StaticFunction::StaticFunction |
( |
QString |
fnname, |
|
|
int |
params, |
|
|
FcnEval |
fcn, |
|
|
QString |
group, |
|
|
QString |
helpText = QString(), |
|
|
bool |
usesGeometry = false |
|
) |
| |
|
inline |
| virtual QVariant QgsExpression::StaticFunction::func |
( |
const QVariantList & |
values, |
|
|
const QgsFeature * |
f, |
|
|
QgsExpression * |
parent |
|
) |
| |
|
inlinevirtual |
| FcnEval QgsExpression::StaticFunction::mFnc |
|
private |
The documentation for this class was generated from the following file: