26 #ifndef __TERRALIB_VP_INTERNAL_AGGREGATIONDIALOG_H
27 #define __TERRALIB_VP_INTERNAL_AGGREGATIONDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../datatype/Property.h"
32 #include "../../maptools/AbstractLayer.h"
33 #include "../../statistics/core/Enums.h"
34 #include "../Config.h"
45 namespace Ui {
class AggregationDialogForm; }
48 class QListWidgetItem;
50 class QTreeWidgetItem;
75 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
82 std::map<te::dt::Property*, std::vector<te::stat::StatisticalSummary> > getStatisticalSummary();
96 std::vector<te::dt::Property*> getSelectedProperties();
108 void setStatisticalSummary();
113 void setStatisticalSummaryMap();
118 void setFunctionsByLayer(std::vector<te::dt::Property*> properties);
122 void onLayerComboBoxChanged(
int index);
124 void onFilterLineEditTextChanged(
const QString& text);
126 void onCalculateStatistics(
bool visible);
128 void onSelectAllComboBoxChanged(
int index);
130 void onRejectAllComboBoxChanged(
int index);
132 void onOutputListWidgetClicked(QListWidgetItem * item);
134 void onTargetDatasourceToolButtonPressed();
136 void onTargetFileToolButtonPressed();
138 void onOkPushButtonClicked();
140 void onCancelPushButtonClicked();
146 std::auto_ptr<Ui::AggregationDialogForm>
m_ui;
158 #endif // __TERRALIB_VP_INTERNAL_AGGREGATIONDIALOG_H
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer.
te::map::AbstractLayerPtr m_selectedLayer
Layer used for aggregation.
It models a property definition.
std::auto_ptr< Ui::AggregationDialogForm > m_ui
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::map::AbstractLayerPtr m_layer
Generated Layer.
StaticalSummaryMap m_StatisticalSummaryMap
Maping of Statistical Summary enum.
std::map< te::stat::StatisticalSummary, std::string > StaticalSummaryMap
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr