26 #ifndef __TERRALIB_VP_INTERNAL_MULTIPARTTOSINGLEPARTDIALOG_H 
   27 #define __TERRALIB_VP_INTERNAL_MULTIPARTTOSINGLEPARTDIALOG_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 MultipartToSinglepartDialogForm; }
 
   48 class QListWidgetItem;
 
   50 class QTreeWidgetItem;
 
   74         void setLayers(std::list<te::map::AbstractLayerPtr> layers);        
 
   85         void onLayerComboBoxChanged(
int index);
 
   87         void onTargetDatasourceToolButtonPressed();
 
   89         void onTargetFileToolButtonPressed();
 
   91         void onHelpPushButtonClicked();
 
   93         void onOkPushButtonClicked();
 
   95         void onCancelPushButtonClicked();
 
   99         std::auto_ptr<Ui::MultipartToSinglepartDialogForm> 
m_ui;
 
  109 #endif  // __TERRALIB_VP_INTERNAL_MULTIPARTTOSINGLEPARTDIALOG_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::auto_ptr< Ui::MultipartToSinglepartDialogForm > m_ui
 
te::map::AbstractLayerPtr m_layer
Generated Layer. 
 
te::map::AbstractLayerPtr m_selectedLayer
Layer used for operation. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr