QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A generic dialog for building expression strings. More...
#include <qgsexpressionbuilderdialog.h>
Signals | |
void | allowEvalErrorsChanged () |
Allow accepting expressions with evaluation errors. More... | |
Public Member Functions | |
QgsExpressionBuilderDialog (QgsVectorLayer *layer, const QString &startText=QString(), QWidget *parent SIP_TRANSFERTHIS=nullptr, const QString &key="generic", const QgsExpressionContext &context=QgsExpressionContext()) | |
bool | allowEvalErrors () const |
Allow accepting invalid expressions. More... | |
QString | expectedOutputFormat () |
Returns the expected format string, which is shown in the dialog. More... | |
QgsExpressionBuilderWidget * | expressionBuilder () |
The builder widget that is used by the dialog. More... | |
QgsExpressionContext | expressionContext () const |
Returns the expression context for the dialog. More... | |
QString | expressionText () |
void | setAllowEvalErrors (bool allowEvalErrors) |
Allow accepting expressions with evaluation errors. More... | |
void | setExpectedOutputFormat (const QString &expected) |
Set the expected format string, which is shown in the dialog. More... | |
void | setExpressionContext (const QgsExpressionContext &context) |
Sets the expression context for the dialog. More... | |
void | setExpressionText (const QString &text) |
void | setGeomCalculator (const QgsDistanceArea &da) |
Sets geometry calculator used in distance/area calculations. More... | |
Protected Member Functions | |
void | accept () override |
void | done (int r) override |
Is called when the dialog get accepted or rejected Used to save geometry. More... | |
Properties | |
bool | allowEvalErrors |
A generic dialog for building expression strings.
Definition at line 30 of file qgsexpressionbuilderdialog.h.
QgsExpressionBuilderDialog::QgsExpressionBuilderDialog | ( | QgsVectorLayer * | layer, |
const QString & | startText = QString() , |
||
QWidget *parent | SIP_TRANSFERTHIS = nullptr , |
||
const QString & | key = "generic" , |
||
const QgsExpressionContext & | context = QgsExpressionContext() |
||
) |
Definition at line 21 of file qgsexpressionbuilderdialog.cpp.
|
overrideprotected |
Definition at line 80 of file qgsexpressionbuilderdialog.cpp.
bool QgsExpressionBuilderDialog::allowEvalErrors | ( | ) | const |
Allow accepting invalid expressions.
This can be useful when we are not able to provide an expression context of which we are sure it's completely populated.
Definition at line 92 of file qgsexpressionbuilderdialog.cpp.
|
signal |
Allow accepting expressions with evaluation errors.
This can be useful when we are not able to provide an expression context of which we are sure it's completely populated.
|
overrideprotected |
Is called when the dialog get accepted or rejected Used to save geometry.
r | result value (unused) |
Definition at line 75 of file qgsexpressionbuilderdialog.cpp.
QString QgsExpressionBuilderDialog::expectedOutputFormat | ( | ) |
Returns the expected format string, which is shown in the dialog.
This is purely a text format and no expression validation is done against it.
Definition at line 55 of file qgsexpressionbuilderdialog.cpp.
QgsExpressionBuilderWidget * QgsExpressionBuilderDialog::expressionBuilder | ( | ) |
The builder widget that is used by the dialog.
Definition at line 40 of file qgsexpressionbuilderdialog.cpp.
QgsExpressionContext QgsExpressionBuilderDialog::expressionContext | ( | ) | const |
Returns the expression context for the dialog.
The context is used for the expression preview result and for populating the list of available functions and variables.
Definition at line 65 of file qgsexpressionbuilderdialog.cpp.
QString QgsExpressionBuilderDialog::expressionText | ( | ) |
Definition at line 50 of file qgsexpressionbuilderdialog.cpp.
void QgsExpressionBuilderDialog::setAllowEvalErrors | ( | bool | allowEvalErrors | ) |
Allow accepting expressions with evaluation errors.
This can be useful when we are not able to provide an expression context of which we are sure it's completely populated.
Definition at line 97 of file qgsexpressionbuilderdialog.cpp.
void QgsExpressionBuilderDialog::setExpectedOutputFormat | ( | const QString & | expected | ) |
Set the expected format string, which is shown in the dialog.
This is purely a text format and no expression validation is done against it.
Definition at line 60 of file qgsexpressionbuilderdialog.cpp.
void QgsExpressionBuilderDialog::setExpressionContext | ( | const QgsExpressionContext & | context | ) |
Sets the expression context for the dialog.
The context is used for the expression preview result and for populating the list of available functions and variables.
context | expression context |
Definition at line 70 of file qgsexpressionbuilderdialog.cpp.
void QgsExpressionBuilderDialog::setExpressionText | ( | const QString & | text | ) |
Definition at line 45 of file qgsexpressionbuilderdialog.cpp.
void QgsExpressionBuilderDialog::setGeomCalculator | ( | const QgsDistanceArea & | da | ) |
Sets geometry calculator used in distance/area calculations.
Definition at line 86 of file qgsexpressionbuilderdialog.cpp.
|
readwrite |
Definition at line 1 of file qgsexpressionbuilderdialog.h.