#include <TiePointLocatorDialog.h>
Public Slots | |
| void | onDoneAcquiredTiePoints () |
Public Member Functions | |
| te::qt::widgets::TiePointLocatorWidget * | getWidget () |
| void | setAdjustLayer (te::map::AbstractLayerPtr layer) |
| This method is used to set the selected layer used to be the adjust layer. More... | |
| void | setReferenceLayer (te::map::AbstractLayerPtr layer) |
| This method is used to set the selected layer used to be the reference layer. More... | |
| TiePointLocatorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~TiePointLocatorDialog () | |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::TiePointLocatorWidget > | m_widget |
Definition at line 54 of file TiePointLocatorDialog.h.
| te::qt::widgets::TiePointLocatorDialog::TiePointLocatorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 35 of file TiePointLocatorDialog.cpp.
References m_widget, onDoneAcquiredTiePoints(), and ~TiePointLocatorDialog().
|
default |
Referenced by TiePointLocatorDialog().
| te::qt::widgets::TiePointLocatorWidget * te::qt::widgets::TiePointLocatorDialog::getWidget | ( | ) |
Definition at line 51 of file TiePointLocatorDialog.cpp.
References m_widget.
|
slot |
Definition at line 66 of file TiePointLocatorDialog.cpp.
References m_widget.
Referenced by TiePointLocatorDialog().
| void te::qt::widgets::TiePointLocatorDialog::setAdjustLayer | ( | te::map::AbstractLayerPtr | layer | ) |
This method is used to set the selected layer used to be the adjust layer.
| layer | The layer ptr |
Definition at line 61 of file TiePointLocatorDialog.cpp.
References m_widget.
| void te::qt::widgets::TiePointLocatorDialog::setReferenceLayer | ( | te::map::AbstractLayerPtr | layer | ) |
This method is used to set the selected layer used to be the reference layer.
| layer | The layer ptr |
Definition at line 56 of file TiePointLocatorDialog.cpp.
References m_widget.
|
private |
Definition at line 92 of file TiePointLocatorDialog.h.
Referenced by getWidget(), onDoneAcquiredTiePoints(), setAdjustLayer(), setReferenceLayer(), and TiePointLocatorDialog().