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::auto_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 61 of file IdentityDialog.h.

Constructor & Destructor Documentation

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

Member Function Documentation

te::map::AbstractLayerPtr te::vp::IdentityDialog::getLayer ( )
std::map<int, std::vector<std::string> > te::vp::IdentityDialog::getSelectedProperties ( )
protected
std::vector<std::string> te::vp::IdentityDialog::getWarnings ( )
void te::vp::IdentityDialog::onCancelPushButtonClicked ( )
protectedslot
void te::vp::IdentityDialog::onInputLayerComboBoxChanged ( int  index)
protectedslot
void te::vp::IdentityDialog::onIntersectionLayerComboBoxChanged ( int  index)
protectedslot
void te::vp::IdentityDialog::onOkPushButtonClicked ( )
protectedslot
void te::vp::IdentityDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::vp::IdentityDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::vp::IdentityDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr
void te::vp::IdentityDialog::updateDoubleListWidget ( )
protected
void te::vp::IdentityDialog::updateInputLayerComboBox ( )
protected
void te::vp::IdentityDialog::updateIntersectionLayerComboBox ( )
protected

Member Data Documentation

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

Definition at line 135 of file IdentityDialog.h.

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

A vector of input parameters.

Definition at line 125 of file IdentityDialog.h.

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

Input layer selected.

Definition at line 122 of file IdentityDialog.h.

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

Identity layer selected.

Definition at line 123 of file IdentityDialog.h.

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

Generated Layer.

Definition at line 129 of file IdentityDialog.h.

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

The vector layers in Layer Explorer.

Definition at line 121 of file IdentityDialog.h.

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

DataSource information.

Definition at line 128 of file IdentityDialog.h.

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

Algorithm parameters.

Definition at line 126 of file IdentityDialog.h.

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

The result is in a file?

Definition at line 131 of file IdentityDialog.h.

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

Definition at line 120 of file IdentityDialog.h.

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

Warnings during the operation.

Definition at line 132 of file IdentityDialog.h.


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