An expression item that can be used in the QgsExpressionBuilderWidget tree.  
 More...
#include <qgsexpressiontreeview.h>
An expression item that can be used in the QgsExpressionBuilderWidget tree. 
Definition at line 38 of file qgsexpressiontreeview.h.
◆ ItemType
◆ QgsExpressionItem() [1/2]
◆ QgsExpressionItem() [2/2]
◆ getExpressionText()
  
  | 
        
          | QString QgsExpressionItem::getExpressionText | ( |  | ) | const |  | inline | 
 
 
◆ getHelpText()
  
  | 
        
          | QString QgsExpressionItem::getHelpText | ( |  | ) | const |  | inline | 
 
Gets the help text that is associated with this expression item. 
- Returns
- The help text. 
Definition at line 77 of file qgsexpressiontreeview.h.
 
 
◆ getItemType()
◆ setHelpText()
  
  | 
        
          | void QgsExpressionItem::setHelpText | ( | const QString & | helpText | ) |  |  | inline | 
 
Set the help text for the current item. 
- Note
- The help text can be set as a html string. 
Definition at line 84 of file qgsexpressiontreeview.h.
 
 
◆ CUSTOM_SORT_ROLE
  
  | 
        
          | const int QgsExpressionItem::CUSTOM_SORT_ROLE = Qt::UserRole + 1 |  | static | 
 
 
◆ ITEM_NAME_ROLE
  
  | 
        
          | const int QgsExpressionItem::ITEM_NAME_ROLE = Qt::UserRole + 4 |  | static | 
 
 
◆ ITEM_TYPE_ROLE
  
  | 
        
          | const int QgsExpressionItem::ITEM_TYPE_ROLE = Qt::UserRole + 2 |  | static | 
 
 
◆ SEARCH_TAGS_ROLE
  
  | 
        
          | const int QgsExpressionItem::SEARCH_TAGS_ROLE = Qt::UserRole + 3 |  | static | 
 
 
The documentation for this class was generated from the following file: