26#ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H
27#define __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H
46namespace Ui {
class PolygonToLineDialogForm; }
70 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
88 std::unique_ptr<Ui::PolygonToLineDialogForm>
m_ui;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
It models a property definition.
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
Namespace for Vector Processing module of TerraLib.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Enumerations related to Vector Processing module.