26#ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_SPATIALWHERECLAUSEWIDGET_H
27#define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_SPATIALWHERECLAUSEWIDGET_H
49namespace 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 the base class for Layers.
A class that can be used to model a filter expression that can be applied to a query.
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.
An abstract class for data providers like a DBMS, Web Services or a regular file.
This is an abstract class that models a query expression.
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Namespace for the Qt module of TerraLib.