A dialog to fix geometries. More...
#include <FixGeometryDialog.h>
Public Member Functions | |
| FixGeometryDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| FixGeometryWidget * | getWidget () const |
| void | setLayerList (std::list< te::map::AbstractLayerPtr > &layerList) |
| ~FixGeometryDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () |
| void | onOkPushButtonClicked () |
Private Attributes | |
| std::auto_ptr< Ui::FixGeometryDialogForm > | m_ui |
| std::auto_ptr< FixGeometryWidget > | m_widget |
A dialog to fix geometries.
Definition at line 57 of file FixGeometryDialog.h.
| te::qt::widgets::FixGeometryDialog::FixGeometryDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 38 of file FixGeometryDialog.cpp.
References m_ui, m_widget, onCancelPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::FixGeometryDialog::~FixGeometryDialog | ( | ) |
Definition at line 61 of file FixGeometryDialog.cpp.
| te::qt::widgets::FixGeometryWidget * te::qt::widgets::FixGeometryDialog::getWidget | ( | ) | const |
Definition at line 65 of file FixGeometryDialog.cpp.
|
protectedslot |
Definition at line 85 of file FixGeometryDialog.cpp.
Referenced by FixGeometryDialog().
|
protectedslot |
Definition at line 75 of file FixGeometryDialog.cpp.
Referenced by FixGeometryDialog().
| void te::qt::widgets::FixGeometryDialog::setLayerList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 70 of file FixGeometryDialog.cpp.
Referenced by te::qt::af::BaseApplication::onToolsFixGeometryTriggered().
|
private |
Definition at line 81 of file FixGeometryDialog.h.
Referenced by FixGeometryDialog().
|
private |
Definition at line 82 of file FixGeometryDialog.h.
Referenced by FixGeometryDialog().