A Qt wizard that allows users to register a image. More...
#include <RegisterWizard.h>
Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () |
| RegisterWizard (QWidget *parent) | |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| virtual bool | validateCurrentPage () |
| ~RegisterWizard () | |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
Private Attributes | |
| te::map::AbstractLayerPtr | m_adjLayer |
| std::auto_ptr < te::qt::widgets::LayerSearchWizardPage > | m_layerAdjPage |
| std::auto_ptr < te::qt::widgets::LayerSearchWizardPage > | m_layerRefPage |
| te::map::AbstractLayerPtr | m_outputLayer |
| std::auto_ptr < te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
| te::map::AbstractLayerPtr | m_refLayer |
| std::auto_ptr < te::qt::widgets::TiePointLocatorDialog > | m_tiePointLocatorDialog |
A Qt wizard that allows users to register a image.
Definition at line 53 of file RegisterWizard.h.
| te::qt::widgets::RegisterWizard::RegisterWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::RegisterWizard::~RegisterWizard | ( | ) |
|
protected |
|
protected |
| te::map::AbstractLayerPtr te::qt::widgets::RegisterWizard::getOutputLayer | ( | ) |
| void te::qt::widgets::RegisterWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 83 of file RegisterWizard.h.
|
private |
Definition at line 78 of file RegisterWizard.h.
|
private |
Definition at line 77 of file RegisterWizard.h.
|
private |
Definition at line 84 of file RegisterWizard.h.
|
private |
Definition at line 79 of file RegisterWizard.h.
|
private |
Definition at line 82 of file RegisterWizard.h.
|
private |
Definition at line 80 of file RegisterWizard.h.