26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIDGET_H
30 #include "../Config.h"
32 #include "../../../dataaccess/datasource/DataSource.h"
33 #include "../../../dataaccess/query/Expression.h"
34 #include "../../../dataaccess/query/Where.h"
35 #include "../../../maptools/AbstractLayer.h"
48 namespace Ui {
class WhereClauseWidgetForm; }
123 void setFromItems(std::vector<std::pair<std::string, std::string> > vec);
165 void copyCombo(QComboBox* input, QComboBox* output, std::string curValue =
"");
172 std::unique_ptr<Ui::WhereClauseWidgetForm>
m_ui;
This is an abstract class that models a query expression.
A class that can be used to model a filter expression that can be applied to a query.
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr