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::TiePointLocatorWidgetm_widget
 

Detailed Description

Definition at line 54 of file TiePointLocatorDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::TiePointLocatorDialog::TiePointLocatorDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::TiePointLocatorDialog::~TiePointLocatorDialog ( )

Member Function Documentation

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

Member Data Documentation

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

Definition at line 92 of file TiePointLocatorDialog.h.


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