26 #ifndef __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H
27 #define __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
33 #include "../AlgorithmParams.h"
35 #include "../Config.h"
44 namespace Ui {
class IdentityDialogForm; }
52 class DoubleInputListWidget;
90 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
122 std::unique_ptr<Ui::IdentityDialogForm>
m_ui;
136 std::unique_ptr<te::qt::widgets::DoubleInputListWidget>
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 identity.
std::vector< std::string > getWarnings()
te::map::AbstractLayerPtr m_layerResult
Generated Layer.
void onIntersectionLayerComboBoxChanged(int index)
te::map::AbstractLayerPtr m_intersectionSelectedLayer
Identity layer selected.
IdentityDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::vector< std::string > m_warnings
Warnings during the operation.
void onOkPushButtonClicked()
std::vector< te::vp::InputParams > m_inputParams
A vector of input parameters.
te::map::AbstractLayerPtr m_inputSelectedLayer
Input layer selected.
bool m_toFile
The result is in a file?
std::unique_ptr< te::qt::widgets::DoubleInputListWidget > m_inputDoubleInputListWidget
void updateIntersectionLayerComboBox()
void onCancelPushButtonClicked()
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void updateDoubleListWidget()
std::unique_ptr< Ui::IdentityDialogForm > m_ui
void onTargetDatasourceToolButtonPressed()
void onInputLayerComboBoxChanged(int index)
void updateInputLayerComboBox()
std::list< te::map::AbstractLayerPtr > m_layers
The vector layers in Layer Explorer.
te::map::AbstractLayerPtr getLayer()
te::vp::AlgorithmParams * m_params
Algorithm parameters.
std::map< int, std::vector< std::string > > getSelectedProperties()
void onTargetFileToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
te::da::DataSet * m_dataSet
te::da::DataSetType * m_dataSetType
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.