#include <LineToPolygonDialog.h>
  
 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::AbstractLayerPtr > | m_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 | 
Definition at line 55 of file LineToPolygonDialog.h.
| te::vp::LineToPolygonDialog::LineToPolygonDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
| te::vp::LineToPolygonDialog::~LineToPolygonDialog | ( | ) | 
| te::map::AbstractLayerPtr te::vp::LineToPolygonDialog::getLayer | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| void te::vp::LineToPolygonDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
      
  | 
  private | 
List of layers.
Definition at line 90 of file LineToPolygonDialog.h.
      
  | 
  private | 
Resulting layer.
Definition at line 92 of file LineToPolygonDialog.h.
      
  | 
  private | 
DataSource information.
Definition at line 89 of file LineToPolygonDialog.h.
      
  | 
  private | 
Layer used for operation.
Definition at line 91 of file LineToPolygonDialog.h.
      
  | 
  private | 
Definition at line 93 of file LineToPolygonDialog.h.
      
  | 
  private | 
Definition at line 88 of file LineToPolygonDialog.h.