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);
    76         void onLayerComboBoxChanged(
int index);
    78         void onTargetDatasourceToolButtonPressed();
    80         void onTargetFileToolButtonPressed();
    82         void onOkPushButtonClicked();
    84         void onCancelPushButtonClicked();
    88         std::unique_ptr<Ui::PolygonToLineDialogForm> 
m_ui;
    98 #endif  // __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::map::AbstractLayerPtr m_selectedLayer
Layer used for operation. 
 
std::unique_ptr< Ui::PolygonToLineDialogForm > m_ui
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
te::map::AbstractLayerPtr m_outLayer
Resulting layer. 
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr