26#ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIDGET_H
27#define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_WHERECLAUSEWIDGET_H
48namespace 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 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.