#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 54 of file WhereClauseWidget.h.
      
  | 
  inline | 
Default constructor.
Definition at line 57 of file WhereClauseWidget.h.
References m_expression, m_isAttributeCriteria, m_isPropertyValue, m_isSpatialCriteria, m_isValueValue, m_operator, m_property, m_value, and m_valuesComboBox.
      
  | 
  inline | 
Definition at line 72 of file WhereClauseWidget.h.
References m_expression.
| te::da::Expression* te::qt::widgets::ExpressionProperty::m_expression | 
Definition at line 87 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), te::qt::widgets::WhereClauseWidget::onComboBoxActivated(), and ~ExpressionProperty().
| bool te::qt::widgets::ExpressionProperty::m_isAttributeCriteria | 
Definition at line 77 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().
| bool te::qt::widgets::ExpressionProperty::m_isPropertyValue | 
Definition at line 80 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().
| bool te::qt::widgets::ExpressionProperty::m_isSpatialCriteria | 
Definition at line 78 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), and te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked().
| bool te::qt::widgets::ExpressionProperty::m_isValueValue | 
Definition at line 81 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().
| std::string te::qt::widgets::ExpressionProperty::m_operator | 
Definition at line 84 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().
| std::string te::qt::widgets::ExpressionProperty::m_property | 
Definition at line 83 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().
| std::string te::qt::widgets::ExpressionProperty::m_value | 
Definition at line 85 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().
| QComboBox* te::qt::widgets::ExpressionProperty::m_valuesComboBox | 
Definition at line 89 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), te::qt::widgets::WhereClauseWidget::onAddWhereClausePushButtonClicked(), and te::qt::widgets::WhereClauseWidget::onComboBoxActivated().