16#ifndef QGSQMLWIDGETWRAPPER_H
17#define QGSQMLWIDGETWRAPPER_H
23#include <QQuickWidget>
45 bool valid()
const override;
65 QTemporaryFile mQmlFile;
67 QQuickWidget *mWidget =
nullptr;
70 bool mRequiresFormScope =
false;
82class QmlExpression :
public QObject
91 Q_INVOKABLE QVariant evaluate(
const QString &expression )
const;
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Represents a vector layer which manages a vector based dataset.