te::vp::LineToPolygonDialog Class Reference

#include <LineToPolygonDialog.h>

Inheritance diagram for te::vp::LineToPolygonDialog:

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::auto_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 ( )

Member Function Documentation

te::map::AbstractLayerPtr te::vp::LineToPolygonDialog::getLayer ( )
void te::vp::LineToPolygonDialog::onCancelPushButtonClicked ( )
protectedslot
void te::vp::LineToPolygonDialog::onLayerComboBoxChanged ( int  index)
protectedslot
void te::vp::LineToPolygonDialog::onOkPushButtonClicked ( )
protectedslot
void te::vp::LineToPolygonDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::vp::LineToPolygonDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::vp::LineToPolygonDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

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.

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

Resulting layer.

Definition at line 92 of file LineToPolygonDialog.h.

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

DataSource information.

Definition at line 89 of file LineToPolygonDialog.h.

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

Layer used for operation.

Definition at line 91 of file LineToPolygonDialog.h.

bool te::vp::LineToPolygonDialog::m_toFile
private

Definition at line 93 of file LineToPolygonDialog.h.

std::auto_ptr<Ui::LineToPolygonDialogForm> te::vp::LineToPolygonDialog::m_ui
private

Definition at line 88 of file LineToPolygonDialog.h.


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