26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTORASTERDIALOG_H    27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTORASTERDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../datatype/Property.h"    33 #include "../../maptools/AbstractLayer.h"    35 #include "../../qt/widgets/utils/DoubleListWidget.h"    36 #include "../../statistics/core/Enums.h"    37 #include "../Config.h"    47 namespace Ui { 
class VectorToRasterDialogForm; }
    51   namespace attributefill
    68         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    83         void onVectorComboBoxChanged(
int index);
    85         void onResXLineEditEditingFinished();
    87         void onResYLineEditEditingFinished();
    89         void onTargetFileToolButtonPressed();
    91         void onOkPushButtonClicked();
    93         void onCancelPushButtonClicked();
    97         std::unique_ptr<Ui::VectorToRasterDialogForm> 
m_ui;
   100         std::unique_ptr<te::qt::widgets::DoubleListWidget> 
m_widget;    
   111 #endif  // __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTORASTERDIALOG_H 
std::unique_ptr< Ui::VectorToRasterDialogForm > m_ui
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
te::map::AbstractLayerPtr m_selectedLayer
Selected layer. 
int m_srid
SRID of selected layer. 
std::string m_path
Output layer path;. 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer. 
te::map::AbstractLayerPtr m_outLayer
Generated Layer. 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
std::unique_ptr< te::qt::widgets::DoubleListWidget > m_widget
Double list widget.