26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H 
   27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTERTOVECTORDIALOG_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../datatype/Property.h" 
   32 #include "../../maptools/AbstractLayer.h" 
   33 #include "../../statistics/core/Utils.h" 
   34 #include "../Config.h" 
   44 namespace Ui { 
class RasterToVectorDialogForm; }
 
   47 class QListWidgetItem;
 
   49 class QTreeWidgetItem;
 
   53   namespace attributefill
 
   71         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   85         std::vector<unsigned int> getSelectedBands();
 
   92         std::vector<te::stat::StatisticalSummary> getSelectedStatistics();
 
   97         void onRasterComboBoxChanged(
int index);
 
   99         void onVectorComboBoxChanged(
int index);
 
  101         void onTargetDatasourceToolButtonPressed();
 
  103         void onTargetFileToolButtonPressed();
 
  105         void onHelpPushButtonClicked();
 
  107         void onOkPushButtonClicked();
 
  109         void onCancelPushButtonClicked();
 
  113         std::auto_ptr<Ui::RasterToVectorDialogForm> 
m_ui;             
 
  126 #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.