26 #ifndef __TERRALIB_VP_QT_INTERNAL_UNIONDIALOG_H
27 #define __TERRALIB_VP_QT_INTERNAL_UNIONDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
33 #include "../AlgorithmParams.h"
35 #include "../Config.h"
43 namespace Ui {
class UnionDialogForm; }
51 class DoubleListWidget;
89 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
95 std::vector<std::pair<std::string, std::string> >
120 std::unique_ptr<Ui::UnionDialogForm>
m_ui;
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.
A dialog used to execute vector union.
void onFirstLayerComboBoxChanged(int index)
std::unique_ptr< Ui::UnionDialogForm > m_ui
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_secondSelectedLayer
Union layer selected.
std::vector< std::pair< std::string, std::string > > getSelectedProperties()
void onSecondLayerComboBoxChanged(int index)
bool m_toFile
The result is in a file?
te::map::AbstractLayerPtr getLayer()
void onTargetDatasourceToolButtonPressed()
te::vp::AlgorithmParams * m_params
Algorithm parameters.
std::unique_ptr< te::qt::widgets::DoubleListWidget > m_doubleListWidget
UnionDialog(QWidget *parent=0, Qt::WindowFlags f=0)
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
void updateFirstLayerComboBox()
std::vector< te::vp::InputParams > m_inputParams
A vector of input parameters.
void updateDoubleListWidget()
void updateSecondLayerComboBox()
void onTargetFileToolButtonPressed()
void onCancelPushButtonClicked()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
std::list< te::map::AbstractLayerPtr > m_layers
The vector layers in Layer Explorer.
te::map::AbstractLayerPtr m_firstSelectedLayer
Input layer selected.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
te::da::DataSetType * m_dataSetType
te::da::DataSet * m_dataSet
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.