te::vp::LineToPolygonDialog Class Reference

#include <LineToPolygonDialog.h>

Inheritance diagram for te::vp::LineToPolygonDialog:
QDialog

Public Member Functions

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

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::LineToPolygonDialogForm > m_ui
 

Detailed Description

Definition at line 55 of file LineToPolygonDialog.h.

Constructor & Destructor Documentation

te::vp::LineToPolygonDialog::LineToPolygonDialog ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)
te::vp::LineToPolygonDialog::~LineToPolygonDialog ( )
default

Referenced by LineToPolygonDialog().

Member Function Documentation

te::map::AbstractLayerPtr te::vp::LineToPolygonDialog::getLayer ( )
void te::vp::LineToPolygonDialog::onCancelPushButtonClicked ( )
protectedslot

Definition at line 396 of file LineToPolygonDialog.cpp.

Referenced by LineToPolygonDialog().

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

Definition at line 130 of file LineToPolygonDialog.cpp.

References m_layers, m_selectedLayer, and m_ui.

Referenced by LineToPolygonDialog().

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

Member Data Documentation

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

List of layers.

Definition at line 90 of file LineToPolygonDialog.h.

Referenced by onLayerComboBoxChanged(), and setLayers().

te::map::AbstractLayerPtr te::vp::LineToPolygonDialog::m_outLayer
private

Resulting layer.

Definition at line 92 of file LineToPolygonDialog.h.

Referenced by getLayer(), and onOkPushButtonClicked().

te::da::DataSourceInfoPtr te::vp::LineToPolygonDialog::m_outputDatasource
private

DataSource information.

Definition at line 89 of file LineToPolygonDialog.h.

Referenced by onOkPushButtonClicked(), and onTargetDatasourceToolButtonPressed().

te::map::AbstractLayerPtr te::vp::LineToPolygonDialog::m_selectedLayer
private

Layer used for operation.

Definition at line 91 of file LineToPolygonDialog.h.

Referenced by onLayerComboBoxChanged(), and onOkPushButtonClicked().

bool te::vp::LineToPolygonDialog::m_toFile
private
std::unique_ptr<Ui::LineToPolygonDialogForm> te::vp::LineToPolygonDialog::m_ui
private

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