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();
 
  110         std::vector<std::string> getWarnings();
 
  115         void setStatisticalSummary();
 
  120         void setStatisticalSummaryMap();
 
  125         void setFunctionsByLayer(std::vector<te::dt::Property*> properties);
 
  129         void onLayerComboBoxChanged(
int index);
 
  131         void onFilterLineEditTextChanged(
const QString& text);
 
  133         void onCalculateStatistics(
bool visible);
 
  135         void onSelectAllComboBoxChanged(
int index);
 
  137         void onRejectAllComboBoxChanged(
int index);
 
  139         void onOutputListWidgetClicked(QListWidgetItem * item);
 
  141         void onTargetDatasourceToolButtonPressed();
 
  143         void onTargetFileToolButtonPressed();
 
  145         void onOkPushButtonClicked();
 
  147         void onCancelPushButtonClicked();
 
  153         std::auto_ptr<Ui::AggregationDialogForm> 
m_ui;
 
  166 #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. 
 
std::vector< std::string > m_warnings
 
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