te::vp::IdentityDialog Class Reference

A dialog used to execute vector identity. More...

#include <IdentityDialog.h>

Inheritance diagram for te::vp::IdentityDialog:

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::DoubleInputListWidgetm_inputDoubleInputListWidget
 
std::vector< te::vp::InputParamsm_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::AbstractLayerPtrm_layers
 The vector layers in Layer Explorer. More...
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 
te::vp::AlgorithmParamsm_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...
 

Detailed Description

A dialog used to execute vector identity.

Definition at line 63 of file IdentityDialog.h.

Constructor & Destructor Documentation

◆ IdentityDialog()

te::vp::IdentityDialog::IdentityDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

◆ ~IdentityDialog()

te::vp::IdentityDialog::~IdentityDialog ( )

Member Function Documentation

◆ getLayer()

te::map::AbstractLayerPtr te::vp::IdentityDialog::getLayer ( )

◆ getSelectedProperties()

std::map<int, std::vector<std::string> > te::vp::IdentityDialog::getSelectedProperties ( )
protected

◆ getWarnings()

std::vector<std::string> te::vp::IdentityDialog::getWarnings ( )

◆ onCancelPushButtonClicked

void te::vp::IdentityDialog::onCancelPushButtonClicked ( )
protectedslot

◆ onInputLayerComboBoxChanged

void te::vp::IdentityDialog::onInputLayerComboBoxChanged ( int  index)
protectedslot

◆ onIntersectionLayerComboBoxChanged

void te::vp::IdentityDialog::onIntersectionLayerComboBoxChanged ( int  index)
protectedslot

◆ onOkPushButtonClicked

void te::vp::IdentityDialog::onOkPushButtonClicked ( )
protectedslot

◆ onTargetDatasourceToolButtonPressed

void te::vp::IdentityDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot

◆ onTargetFileToolButtonPressed

void te::vp::IdentityDialog::onTargetFileToolButtonPressed ( )
protectedslot

◆ setLayers()

void te::vp::IdentityDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

◆ updateDoubleListWidget()

void te::vp::IdentityDialog::updateDoubleListWidget ( )
protected

◆ updateInputLayerComboBox()

void te::vp::IdentityDialog::updateInputLayerComboBox ( )
protected

◆ updateIntersectionLayerComboBox()

void te::vp::IdentityDialog::updateIntersectionLayerComboBox ( )
protected

Member Data Documentation

◆ m_inputDoubleInputListWidget

std::unique_ptr<te::qt::widgets::DoubleInputListWidget> te::vp::IdentityDialog::m_inputDoubleInputListWidget
private

Definition at line 137 of file IdentityDialog.h.

◆ m_inputParams

std::vector<te::vp::InputParams> te::vp::IdentityDialog::m_inputParams
private

A vector of input parameters.

Definition at line 127 of file IdentityDialog.h.

◆ m_inputSelectedLayer

te::map::AbstractLayerPtr te::vp::IdentityDialog::m_inputSelectedLayer
private

Input layer selected.

Definition at line 124 of file IdentityDialog.h.

◆ m_intersectionSelectedLayer

te::map::AbstractLayerPtr te::vp::IdentityDialog::m_intersectionSelectedLayer
private

Identity layer selected.

Definition at line 125 of file IdentityDialog.h.

◆ m_layerResult

te::map::AbstractLayerPtr te::vp::IdentityDialog::m_layerResult
private

Generated Layer.

Definition at line 131 of file IdentityDialog.h.

◆ m_layers

std::list<te::map::AbstractLayerPtr> te::vp::IdentityDialog::m_layers
private

The vector layers in Layer Explorer.

Definition at line 123 of file IdentityDialog.h.

◆ m_outputDatasource

te::da::DataSourceInfoPtr te::vp::IdentityDialog::m_outputDatasource
private

DataSource information.

Definition at line 130 of file IdentityDialog.h.

◆ m_params

te::vp::AlgorithmParams* te::vp::IdentityDialog::m_params
private

Algorithm parameters.

Definition at line 128 of file IdentityDialog.h.

◆ m_toFile

bool te::vp::IdentityDialog::m_toFile
private

The result is in a file?

Definition at line 133 of file IdentityDialog.h.

◆ m_ui

std::unique_ptr<Ui::IdentityDialogForm> te::vp::IdentityDialog::m_ui
private

Definition at line 122 of file IdentityDialog.h.

◆ m_warnings

std::vector<std::string> te::vp::IdentityDialog::m_warnings
private

Warnings during the operation.

Definition at line 134 of file IdentityDialog.h.


The documentation for this class was generated from the following file: