#include <WhereClauseWidget.h>
Public Member Functions | |
| ExpressionProperty () | |
| Default constructor.  More... | |
| ~ExpressionProperty () | |
Public Attributes | |
| te::da::Expression * | m_expression | 
| bool | m_isAttributeCriteria | 
| bool | m_isPropertyValue | 
| bool | m_isSpatialCriteria | 
| bool | m_isValueValue | 
| std::string | m_operator | 
| std::string | m_property | 
| std::string | m_value | 
| QComboBox * | m_valuesComboBox | 
Definition at line 56 of file WhereClauseWidget.h.
      
  | 
  inline | 
Default constructor.
Definition at line 59 of file WhereClauseWidget.h.
      
  | 
  inline | 
Definition at line 74 of file WhereClauseWidget.h.
| te::da::Expression* te::qt::widgets::ExpressionProperty::m_expression | 
Definition at line 89 of file WhereClauseWidget.h.
| bool te::qt::widgets::ExpressionProperty::m_isAttributeCriteria | 
Definition at line 79 of file WhereClauseWidget.h.
| bool te::qt::widgets::ExpressionProperty::m_isPropertyValue | 
Definition at line 82 of file WhereClauseWidget.h.
| bool te::qt::widgets::ExpressionProperty::m_isSpatialCriteria | 
Definition at line 80 of file WhereClauseWidget.h.
| bool te::qt::widgets::ExpressionProperty::m_isValueValue | 
Definition at line 83 of file WhereClauseWidget.h.
| std::string te::qt::widgets::ExpressionProperty::m_operator | 
Definition at line 86 of file WhereClauseWidget.h.
| std::string te::qt::widgets::ExpressionProperty::m_property | 
Definition at line 85 of file WhereClauseWidget.h.
| std::string te::qt::widgets::ExpressionProperty::m_value | 
Definition at line 87 of file WhereClauseWidget.h.
| QComboBox* te::qt::widgets::ExpressionProperty::m_valuesComboBox | 
Definition at line 91 of file WhereClauseWidget.h.