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 ColorPickerToolButton;
59 class WhereClauseWidget;
82 void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
94 std::string setAliasName(std::string value);
122 void onCreateLayerPushButtonClicked();
124 void onInputLayerActivated(QString value);
126 void onApplyPushButtonClicked();
140 std::unique_ptr<Ui::QueryDialogForm>
m_ui;
149 #endif // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_QUERYDIALOG_H
A class that can be used to model a filter expression that can be applied to a query.
A dataset is the unit of information manipulated by the data access module of TerraLib.
te::map::DataSetLayerPtr createLayer(te::da::DataSourcePtr source, te::da::DataSetTypePtr &dataset)
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr