26 #ifndef __TERRALIB_VP_INTERNAL_LINETOPOLYGONDIALOG_H 
   27 #define __TERRALIB_VP_INTERNAL_LINETOPOLYGONDIALOG_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 LineToPolygonDialogForm; }
 
   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::auto_ptr<Ui::LineToPolygonDialogForm> 
m_ui;
 
   98 #endif  // __TERRALIB_VP_INTERNAL_LINETOPOLYGONDIALOG_H 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::map::AbstractLayerPtr m_outLayer
Resulting layer. 
 
te::map::AbstractLayerPtr m_selectedLayer
Layer used for operation. 
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
std::auto_ptr< Ui::LineToPolygonDialogForm > m_ui