26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_SPATIALWHERECLAUSEWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_SPATIALWHERECLAUSEWIDGET_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"
49 namespace Ui {
class SpatialWhereClauseWidgetForm; }
84 void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
86 void setFromItems(std::vector<std::pair<std::string, std::string> > vec);
116 void copyCombo(QComboBox* input, QComboBox* output, std::string curValue =
"");
123 std::unique_ptr<Ui::SpatialWhereClauseWidgetForm>
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