All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::widgets::TiePointLocatorDialog Class Reference

#include <TiePointLocatorDialog.h>

Inheritance diagram for te::qt::widgets::TiePointLocatorDialog:

Public Slots

void onDoneAcquiredTiePoints ()
 

Public Member Functions

te::qt::widgets::TiePointLocatorWidgetgetWidget ()
 
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
 

Detailed Description

Definition at line 52 of file TiePointLocatorDialog.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

te::qt::widgets::TiePointLocatorWidget * te::qt::widgets::TiePointLocatorDialog::getWidget ( )

Definition at line 52 of file TiePointLocatorDialog.cpp.

void te::qt::widgets::TiePointLocatorDialog::onDoneAcquiredTiePoints ( )
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.

Parameters
layerThe layer ptr
Note
This layer MUST HAVE a valid raster object.

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.

Parameters
layerThe layer ptr
Note
This layer MUST HAVE a valid raster object.

Definition at line 57 of file TiePointLocatorDialog.cpp.

Member Data Documentation

std::auto_ptr<te::qt::widgets::TiePointLocatorWidget> te::qt::widgets::TiePointLocatorDialog::m_widget
private

Definition at line 90 of file TiePointLocatorDialog.h.

Referenced by TiePointLocatorDialog().


The documentation for this class was generated from the following files: