A widget to fix geometries. More...
#include <FixGeometryWidget.h>
  
 Public Member Functions | |
| bool | fixGeometry () | 
| FixGeometryWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Ui::FixGeometryWidgetForm * | getForm () const | 
| void | setLayerList (std::list< te::map::AbstractLayerPtr > &layerList) | 
| ~FixGeometryWidget () | |
Protected Slots | |
| void | onTargetDatasourceToolButtonPressed () | 
| void | onTargetFileToolButtonPressed () | 
Private Attributes | |
| std::list < te::map::AbstractLayerPtr >  | m_layers | 
| List of layers.  More... | |
| std::auto_ptr < Ui::FixGeometryWidgetForm >  | m_ui | 
A widget to fix geometries.
Definition at line 54 of file FixGeometryWidget.h.
| te::qt::widgets::FixGeometryWidget::FixGeometryWidget | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 41 of file FixGeometryWidget.cpp.
References m_ui, onTargetDatasourceToolButtonPressed(), and onTargetFileToolButtonPressed().
| te::qt::widgets::FixGeometryWidget::~FixGeometryWidget | ( | ) | 
Definition at line 57 of file FixGeometryWidget.cpp.
| bool te::qt::widgets::FixGeometryWidget::fixGeometry | ( | ) | 
Definition at line 66 of file FixGeometryWidget.cpp.
| Ui::FixGeometryWidgetForm * te::qt::widgets::FixGeometryWidget::getForm | ( | ) | const | 
Definition at line 61 of file FixGeometryWidget.cpp.
      
  | 
  protectedslot | 
Definition at line 91 of file FixGeometryWidget.cpp.
Referenced by FixGeometryWidget().
      
  | 
  protectedslot | 
Definition at line 86 of file FixGeometryWidget.cpp.
Referenced by FixGeometryWidget().
| void te::qt::widgets::FixGeometryWidget::setLayerList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) | 
Definition at line 71 of file FixGeometryWidget.cpp.
      
  | 
  private | 
List of layers.
Definition at line 81 of file FixGeometryWidget.h.
      
  | 
  private | 
Definition at line 80 of file FixGeometryWidget.h.
Referenced by FixGeometryWidget().