QGIS API Documentation  master-59fd5e0
src/core/qgsexpression.h File Reference
#include <QMetaType>
#include <QStringList>
#include <QVariant>
#include <QList>
#include <QDomDocument>
#include "qgsfield.h"
#include "qgsdistancearea.h"
+ Include dependency graph for qgsexpression.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsExpression::Function
 A abstract base class for defining QgsExpression functions. More...
class  QgsExpression::Interval
class  QgsExpression::Node
class  QgsExpression::NodeBinaryOperator
class  QgsExpression::NodeColumnRef
class  QgsExpression::NodeCondition
class  QgsExpression::NodeFunction
class  QgsExpression::NodeInOperator
class  QgsExpression::NodeList
class  QgsExpression::NodeLiteral
class  QgsExpression::NodeUnaryOperator
class  QgsExpression
 Class for parsing and evaluation of expressions (formerly called "search strings"). More...
class  QgsExpression::StaticFunction
class  QgsExpression::Visitor
 support for visitor pattern - algorithms dealing with the expressions may be implemented without modifying the Node classes More...
class  QgsExpression::WhenThen

Functions

 Q_DECLARE_METATYPE (QgsExpression::Interval)

Function Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines