#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::auto_ptr < te::qt::widgets::TiePointLocatorWidget >  | m_widget | 
Definition at line 52 of file TiePointLocatorDialog.h.
| te::qt::widgets::TiePointLocatorDialog::TiePointLocatorDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 34 of file TiePointLocatorDialog.cpp.
References m_widget, and onDoneAcquiredTiePoints().
| te::qt::widgets::TiePointLocatorDialog::~TiePointLocatorDialog | ( | ) | 
Definition at line 48 of file TiePointLocatorDialog.cpp.
| te::qt::widgets::TiePointLocatorWidget * te::qt::widgets::TiePointLocatorDialog::getWidget | ( | ) | 
Definition at line 52 of file TiePointLocatorDialog.cpp.
      
  | 
  slot | 
Definition at line 67 of file TiePointLocatorDialog.cpp.
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 62 of file TiePointLocatorDialog.cpp.
| 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 57 of file TiePointLocatorDialog.cpp.
      
  | 
  private | 
Definition at line 90 of file TiePointLocatorDialog.h.
Referenced by TiePointLocatorDialog().