QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include "qgis_core.h"
#include <QMetaType>
#include <QStringList>
#include <QVariant>
#include <QList>
#include <QDomDocument>
#include <QCoreApplication>
#include <QSet>
#include <functional>
#include "qgis.h"
#include "qgsunittypes.h"
#include "qgsinterval.h"
#include "qgsexpressionnode.h"
Go to the source code of this file.
Classes | |
struct | QgsExpression::ParserError |
Details about any parser errors that were found when parsing the expression. More... | |
class | QgsExpression |
Class for parsing and evaluation of expressions (formerly called "search strings"). More... | |