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);
99 std::unique_ptr<Ui::MultipartToSinglepartDialogForm>
m_ui;
std::unique_ptr< Ui::MultipartToSinglepartDialogForm > m_ui
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
te::map::AbstractLayerPtr m_selectedLayer
Layer used for operation.
te::map::AbstractLayerPtr getLayer()
Get the generated layer.
void onLayerComboBoxChanged(int index)
void onTargetFileToolButtonPressed()
void onCancelPushButtonClicked()
MultipartToSinglepartDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
void onTargetDatasourceToolButtonPressed()
te::map::AbstractLayerPtr m_layer
Generated Layer.
void onOkPushButtonClicked()
~MultipartToSinglepartDialog()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.