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);
97 std::unique_ptr<Ui::VectorToRasterDialogForm>
m_ui;
100 std::unique_ptr<te::qt::widgets::DoubleListWidget>
m_widget;
std::unique_ptr< te::qt::widgets::DoubleListWidget > m_widget
Double list widget.
int m_srid
SRID of selected layer.
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer.
void onResYLineEditEditingFinished()
void onVectorComboBoxChanged(int index)
void onCancelPushButtonClicked()
std::unique_ptr< Ui::VectorToRasterDialogForm > m_ui
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onTargetFileToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::map::AbstractLayerPtr m_outLayer
Generated Layer.
VectorToRasterDialog(QWidget *parent=0, Qt::WindowFlags f=0)
te::map::AbstractLayerPtr m_selectedLayer
Selected layer.
void onResXLineEditEditingFinished()
te::map::AbstractLayerPtr getLayer()
Get the generated layer.
void onOkPushButtonClicked()
std::string m_path
Output layer path;.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.