te::qt::widgets::ExpressionProperty Struct Reference

#include <WhereClauseWidget.h>

Public Member Functions

 ExpressionProperty ()
 Default constructor. More...
 
 ~ExpressionProperty ()
 

Public Attributes

te::da::Expressionm_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
 

Detailed Description

Definition at line 56 of file WhereClauseWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::ExpressionProperty::ExpressionProperty ( )
inline
te::qt::widgets::ExpressionProperty::~ExpressionProperty ( )
inline

Definition at line 74 of file WhereClauseWidget.h.

References m_expression.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: