QGIS API Documentation
2.8.2-Wien
|
An expression item that can be used in the QgsExpressionBuilderWidget tree. More...
#include <qgsexpressionbuilderwidget.h>
Public Types | |
enum | ItemType { Header, Field, ExpressionNode } |
Public Member Functions | |
QgsExpressionItem (QString label, QString expressionText, QString helpText, QgsExpressionItem::ItemType itemType=ExpressionNode) | |
QgsExpressionItem (QString label, QString expressionText, QgsExpressionItem::ItemType itemType=ExpressionNode) | |
QString | getExpressionText () |
QString | getHelpText () |
Get the help text that is associated with this expression item. | |
QgsExpressionItem::ItemType | getItemType () |
Get the type of expression item eg header, field, ExpressionNode. | |
void | setHelpText (QString helpText) |
Set the help text for the current item. |
An expression item that can be used in the QgsExpressionBuilderWidget tree.
Definition at line 49 of file qgsexpressionbuilderwidget.h.
Definition at line 52 of file qgsexpressionbuilderwidget.h.
|
inline |
Definition at line 59 of file qgsexpressionbuilderwidget.h.
|
inline |
Definition at line 70 of file qgsexpressionbuilderwidget.h.
|
inline |
Definition at line 79 of file qgsexpressionbuilderwidget.h.
|
inline |
Get the help text that is associated with this expression item.
Definition at line 85 of file qgsexpressionbuilderwidget.h.
|
inline |
Get the type of expression item eg header, field, ExpressionNode.
Definition at line 96 of file qgsexpressionbuilderwidget.h.
|
inline |
Set the help text for the current item.
Definition at line 90 of file qgsexpressionbuilderwidget.h.