26 #ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H
27 #define __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../datatype/Property.h"
33 #include "../../maptools/AbstractLayer.h"
35 #include "../Config.h"
46 namespace Ui {
class PolygonToLineDialogForm; }
70 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
88 std::unique_ptr<Ui::PolygonToLineDialogForm>
m_ui;
void onTargetDatasourceToolButtonPressed()
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
void onOkPushButtonClicked()
void onLayerComboBoxChanged(int index)
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
void onTargetFileToolButtonPressed()
te::map::AbstractLayerPtr getLayer()
PolygonToLineDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onCancelPushButtonClicked()
te::map::AbstractLayerPtr m_selectedLayer
Layer used for operation.
te::map::AbstractLayerPtr m_outLayer
Resulting layer.
std::unique_ptr< Ui::PolygonToLineDialogForm > m_ui
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
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.