26 #ifndef __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H 
   27 #define __TERRALIB_VP_INTERNAL_POLYGONTOLINEDIALOG_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../datatype/Property.h" 
   32 #include "../../maptools/AbstractLayer.h" 
   33 #include "../Config.h" 
   44 namespace Ui { 
class PolygonToLineDialogForm; }
 
   68         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   74         void onLayerComboBoxChanged(
int index);
 
   76         void onTargetDatasourceToolButtonPressed();
 
   78         void onTargetFileToolButtonPressed();
 
   80         void onOkPushButtonClicked();
 
   82         void onCancelPushButtonClicked();
 
   86         std::auto_ptr<Ui::PolygonToLineDialogForm> 
m_ui;
 
   96 #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::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
std::auto_ptr< Ui::PolygonToLineDialogForm > m_ui
 
te::map::AbstractLayerPtr m_outLayer
Resulting layer. 
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr