26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H    27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../datatype/Property.h"    33 #include "../../maptools/AbstractLayer.h"    34 #include "../../statistics/core/Utils.h"    36 #include "../Config.h"    46 namespace Ui { 
class RasterToVectorDialogForm; }
    49 class QListWidgetItem;
    51 class QTreeWidgetItem;
    55   namespace attributefill
    73         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    87         std::vector<unsigned int> getSelectedBands();
    94         std::vector<te::stat::StatisticalSummary> getSelectedStatistics();
   101         bool getValueOption();
   106         void onRasterComboBoxChanged(
int index);
   108         void onVectorComboBoxChanged(
int index);
   110         void onTargetDatasourceToolButtonPressed();
   112         void onTargetFileToolButtonPressed();
   114         void onOkPushButtonClicked();
   116         void onCancelPushButtonClicked();
   120         std::auto_ptr<Ui::RasterToVectorDialogForm> 
m_ui;             
   134 #endif  // __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H 
te::map::AbstractLayerPtr m_vectorLayer
Vector layer. 
 
te::map::AbstractLayerPtr m_outLayer
Generated Layer. 
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_path
Output layer path;. 
 
std::auto_ptr< Ui::RasterToVectorDialogForm > m_ui
User interface. 
 
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
 
te::map::AbstractLayerPtr m_rasterLayer
Raster layer.