26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H    27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../maptools/AbstractLayer.h"    33 #include "../../statistics/core/Utils.h"    35 #include "../Config.h"    45 namespace Ui { 
class RasterToVectorDialogForm; }
    48 class QListWidgetItem;
    50 class QTreeWidgetItem;
    54   namespace attributefill
    72         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    86         std::vector<unsigned int> getSelectedBands();
    93         std::vector<te::stat::StatisticalSummary> getSelectedStatistics();
   100         bool getValueOption();
   105         void onRasterComboBoxChanged(
int index);
   107         void onVectorComboBoxChanged(
int index);
   109         void onTargetDatasourceToolButtonPressed();
   111         void onTargetFileToolButtonPressed();
   113         void onOkPushButtonClicked();
   115         void onCancelPushButtonClicked();
   119         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.