26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H    27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_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"    48 namespace Ui { 
class VectorToVectorDialogForm; }
    51 class QListWidgetItem;
    53 class QTreeWidgetItem;
    57   namespace attributefill
    75         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    88         void setStatisticalSummary();
    94         std::map<std::string, std::vector<te::attributefill::OperationType> > getSelections();
   100         bool isValidPropertyType(
const int type);
   102         bool isClassType(
const int type);
   106         bool isNumProperty(
const int type);
   110         void onTargetDatasourceToolButtonPressed();
   112         void onTargetFileToolButtonPressed();
   114         void onFromLayerComboBoxCurrentIndexChanged(
int index);
   116         void onToLayerComboBoxCurrentIndexChanged(
int index);
   118         void onOkPushButtonClicked();
   120         void onCancelPushButtonClicked();
   122         void onSelectAttrToolButtonPressed();
   124         void onSelectAllComboBoxChanged(
int index);
   126         void onRejectAllComboBoxChanged(
int index);
   128         void onStatisticsListWidgetItemPressed(QListWidgetItem * item);
   134         std::unique_ptr<Ui::VectorToVectorDialogForm> 
m_ui;             
   145 #endif  // __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTORDIALOG_H 
std::string m_path
Output layer path;. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::unique_ptr< Ui::VectorToVectorDialogForm > m_ui
User interface. 
 
std::vector< std::string > m_outputAttributes
 
te::map::AbstractLayerPtr m_outLayer
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
std::map< te::stat::StatisticalSummary, std::string > StaticalSummaryMap
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr