26 #ifndef __TERRALIB_VP_INTERNAL_SUMMARIZATIONDIALOG_H 
   27 #define __TERRALIB_VP_INTERNAL_SUMMARIZATIONDIALOG_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../datatype/Property.h" 
   32 #include "../../maptools/AbstractLayer.h" 
   33 #include "../Config.h" 
   44 namespace Ui { 
class SummarizationDialogForm; }
 
   47 class QListWidgetItem;
 
   72         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   76         void onHelpPushButtonClicked();
 
   78         void onOkPushButtonClicked();
 
   80         void onCancelPushButtonClicked();
 
   84         std::auto_ptr<Ui::SummarizationDialogForm> 
m_ui;
 
   92 #endif  // __TERRALIB_VP_INTERNAL_SUMMARIZATIONDIALOG_H 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
std::auto_ptr< Ui::SummarizationDialogForm > m_ui
te::map::AbstractLayerPtr m_selectedLayer
Layer used for summarization. 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr