26 #ifndef __TERRALIB_VP_INTERNAL_MULTIPARTTOSINGLEPARTDIALOG_H    27 #define __TERRALIB_VP_INTERNAL_MULTIPARTTOSINGLEPARTDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../datatype/Property.h"    33 #include "../../maptools/AbstractLayer.h"    35 #include "../../statistics/core/Enums.h"    36 #include "../Config.h"    47 namespace Ui { 
class MultipartToSinglepartDialogForm; }
    50 class QListWidgetItem;
    52 class QTreeWidgetItem;
    76         void setLayers(std::list<te::map::AbstractLayerPtr> layers);        
    87         void onLayerComboBoxChanged(
int index);
    89         void onTargetDatasourceToolButtonPressed();
    91         void onTargetFileToolButtonPressed();
    93         void onOkPushButtonClicked();
    95         void onCancelPushButtonClicked();
    99         std::unique_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. 
 
te::map::AbstractLayerPtr m_layer
Generated Layer. 
 
std::unique_ptr< Ui::MultipartToSinglepartDialogForm > m_ui
 
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