QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A generic dialog for editing expression text, label and help text. More...
#include <qgsexpressionstoredialog.h>
Public Member Functions | |
QgsExpressionStoreDialog (const QString &label, const QString &expression, const QString &helpText, const QStringList &existingLabels=QStringList(), QWidget *parent=nullptr) | |
Creates a QgsExpressionStoreDialog with given label, expression and helpText. More... | |
QString | expression () |
Returns the expression text. More... | |
QString | helpText () const |
Returns the help text. More... | |
QString | label () |
Returns the label text. More... | |
A generic dialog for editing expression text, label and help text.
Definition at line 30 of file qgsexpressionstoredialog.h.
QgsExpressionStoreDialog::QgsExpressionStoreDialog | ( | const QString & | label, |
const QString & | expression, | ||
const QString & | helpText, | ||
const QStringList & | existingLabels = QStringList() , |
||
QWidget * | parent = nullptr |
||
) |
Creates a QgsExpressionStoreDialog with given label, expression and helpText.
existingLabels is an optional list of existing labels for unique label validation, parent is the optional parent widget.
Definition at line 20 of file qgsexpressionstoredialog.cpp.
|
inline |
Returns the expression text.
Definition at line 48 of file qgsexpressionstoredialog.h.
QString QgsExpressionStoreDialog::helpText | ( | ) | const |
Returns the help text.
Definition at line 62 of file qgsexpressionstoredialog.cpp.
|
inline |
Returns the label text.
Definition at line 53 of file qgsexpressionstoredialog.h.