#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.
References m_expression, m_isAttributeCriteria, m_isPropertyValue, m_isSpatialCriteria, m_isValueValue, m_operator, m_property, m_value, and m_valuesComboBox.
|
inline |
Definition at line 74 of file WhereClauseWidget.h.
References m_expression.
te::da::Expression* te::qt::widgets::ExpressionProperty::m_expression |
Definition at line 89 of file WhereClauseWidget.h.
Referenced by ExpressionProperty(), and ~ExpressionProperty().
bool te::qt::widgets::ExpressionProperty::m_isAttributeCriteria |
Definition at line 79 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
bool te::qt::widgets::ExpressionProperty::m_isPropertyValue |
Definition at line 82 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
bool te::qt::widgets::ExpressionProperty::m_isSpatialCriteria |
Definition at line 80 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
bool te::qt::widgets::ExpressionProperty::m_isValueValue |
Definition at line 83 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
std::string te::qt::widgets::ExpressionProperty::m_operator |
Definition at line 86 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
std::string te::qt::widgets::ExpressionProperty::m_property |
Definition at line 85 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
std::string te::qt::widgets::ExpressionProperty::m_value |
Definition at line 87 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().
QComboBox* te::qt::widgets::ExpressionProperty::m_valuesComboBox |
Definition at line 91 of file WhereClauseWidget.h.
Referenced by ExpressionProperty().