26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_QUERYLAYERBUILDERWIZARD_H
27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_QUERYLAYERBUILDERWIZARD_H
31 #include "../../../maptools/AbstractLayer.h"
32 #include "../../../dataaccess/datasource/DataSource.h"
33 #include "../../../maptools/AbstractLayer.h"
35 #include "../Config.h"
42 namespace da {
class Select; }
47 class DataSourceSelectorWizardPage;
48 class DataSetWizardPage;
49 class FieldsWizardPage;
50 class GroupByWizardPage;
51 class LayerAttributesWizardPage;
52 class OrderByWizardPage;
53 class WhereClauseWizardPage;
69 void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
89 std::unique_ptr<te::qt::widgets::FieldsWizardPage>
m_fieldPage;
A Select models a query to be used when retrieving data from a DataSource.
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr