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