A dialog used to execute vector identity. More...
#include <IdentityDialog.h>
Classes | |
| struct | DataStruct |
Public Member Functions | |
| te::map::AbstractLayerPtr | getLayer () |
| std::vector< std::string > | getWarnings () |
| IdentityDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| ~IdentityDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () |
| void | onInputLayerComboBoxChanged (int index) |
| void | onIntersectionLayerComboBoxChanged (int index) |
| void | onOkPushButtonClicked () |
| void | onTargetDatasourceToolButtonPressed () |
| void | onTargetFileToolButtonPressed () |
Protected Member Functions | |
| std::map< int, std::vector< std::string > > | getSelectedProperties () |
| void | updateDoubleListWidget () |
| void | updateInputLayerComboBox () |
| void | updateIntersectionLayerComboBox () |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::DoubleInputListWidget > | m_inputDoubleInputListWidget |
| std::vector< te::vp::InputParams > | m_inputParams |
| A vector of input parameters. More... | |
| te::map::AbstractLayerPtr | m_inputSelectedLayer |
| Input layer selected. More... | |
| te::map::AbstractLayerPtr | m_intersectionSelectedLayer |
| Identity layer selected. More... | |
| te::map::AbstractLayerPtr | m_layerResult |
| Generated Layer. More... | |
| std::list< te::map::AbstractLayerPtr > | m_layers |
| The vector layers in Layer Explorer. More... | |
| te::da::DataSourceInfoPtr | m_outputDatasource |
| DataSource information. More... | |
| te::vp::AlgorithmParams * | m_params |
| Algorithm parameters. More... | |
| bool | m_toFile |
| The result is in a file? More... | |
| std::unique_ptr< Ui::IdentityDialogForm > | m_ui |
| std::vector< std::string > | m_warnings |
| Warnings during the operation. More... | |
A dialog used to execute vector identity.
Definition at line 63 of file IdentityDialog.h.
| te::vp::IdentityDialog::IdentityDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
| te::vp::IdentityDialog::~IdentityDialog | ( | ) |
| te::map::AbstractLayerPtr te::vp::IdentityDialog::getLayer | ( | ) |
|
protected |
| std::vector<std::string> te::vp::IdentityDialog::getWarnings | ( | ) |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
| void te::vp::IdentityDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
|
protected |
|
protected |
|
protected |
|
private |
Definition at line 137 of file IdentityDialog.h.
|
private |
A vector of input parameters.
Definition at line 127 of file IdentityDialog.h.
|
private |
Input layer selected.
Definition at line 124 of file IdentityDialog.h.
|
private |
Identity layer selected.
Definition at line 125 of file IdentityDialog.h.
|
private |
Generated Layer.
Definition at line 131 of file IdentityDialog.h.
|
private |
The vector layers in Layer Explorer.
Definition at line 123 of file IdentityDialog.h.
|
private |
DataSource information.
Definition at line 130 of file IdentityDialog.h.
|
private |
Algorithm parameters.
Definition at line 128 of file IdentityDialog.h.
|
private |
The result is in a file?
Definition at line 133 of file IdentityDialog.h.
|
private |
Definition at line 122 of file IdentityDialog.h.
|
private |
Warnings during the operation.
Definition at line 134 of file IdentityDialog.h.