26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_QUERYDIALOG_H
27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_QUERYDIALOG_H
31 #include "../../../dataaccess/query/Where.h"
32 #include "../../../maptools/AbstractLayer.h"
33 #include "../Config.h"
34 #include "../InterfaceController.h"
44 namespace Ui {
class QueryDialogForm; }
58 class SpatialWhereClauseWidget;
81 void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
139 std::unique_ptr<Ui::QueryDialogForm>
m_ui;
A dataset is the unit of information manipulated by the data access module of TerraLib.
A class that can be used to model a filter expression that can be applied to a query.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr