te::vp::PolygonToLineDialog Class Reference

#include <PolygonToLineDialog.h>

Inheritance diagram for te::vp::PolygonToLineDialog:

Public Member Functions

te::map::AbstractLayerPtr getLayer ()
 
 PolygonToLineDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
void setLayers (std::list< te::map::AbstractLayerPtr > layers)
 Set the layer that can be used. More...
 
 ~PolygonToLineDialog ()
 

Protected Slots

void onCancelPushButtonClicked ()
 
void onLayerComboBoxChanged (int index)
 
void onOkPushButtonClicked ()
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 

Private Attributes

std::list< te::map::AbstractLayerPtrm_layers
 List of layers. More...
 
te::map::AbstractLayerPtr m_outLayer
 Resulting layer. More...
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 
te::map::AbstractLayerPtr m_selectedLayer
 Layer used for operation. More...
 
bool m_toFile
 
std::unique_ptr< Ui::PolygonToLineDialogForm > m_ui
 

Detailed Description

Definition at line 55 of file PolygonToLineDialog.h.

Constructor & Destructor Documentation

◆ PolygonToLineDialog()

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

◆ ~PolygonToLineDialog()

te::vp::PolygonToLineDialog::~PolygonToLineDialog ( )

Member Function Documentation

◆ getLayer()

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

◆ onCancelPushButtonClicked

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

◆ onLayerComboBoxChanged

void te::vp::PolygonToLineDialog::onLayerComboBoxChanged ( int  index)
protectedslot

◆ onOkPushButtonClicked

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

◆ onTargetDatasourceToolButtonPressed

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

◆ onTargetFileToolButtonPressed

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

◆ setLayers()

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

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

◆ m_layers

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

List of layers.

Definition at line 90 of file PolygonToLineDialog.h.

◆ m_outLayer

te::map::AbstractLayerPtr te::vp::PolygonToLineDialog::m_outLayer
private

Resulting layer.

Definition at line 92 of file PolygonToLineDialog.h.

◆ m_outputDatasource

te::da::DataSourceInfoPtr te::vp::PolygonToLineDialog::m_outputDatasource
private

DataSource information.

Definition at line 89 of file PolygonToLineDialog.h.

◆ m_selectedLayer

te::map::AbstractLayerPtr te::vp::PolygonToLineDialog::m_selectedLayer
private

Layer used for operation.

Definition at line 91 of file PolygonToLineDialog.h.

◆ m_toFile

bool te::vp::PolygonToLineDialog::m_toFile
private

Definition at line 93 of file PolygonToLineDialog.h.

◆ m_ui

std::unique_ptr<Ui::PolygonToLineDialogForm> te::vp::PolygonToLineDialog::m_ui
private

Definition at line 88 of file PolygonToLineDialog.h.


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