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 | ) | 
Definition at line 53 of file RegisterWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
| te::qt::widgets::RegisterWizard::~RegisterWizard | ( | ) | 
Definition at line 73 of file RegisterWizard.cpp.
      
  | 
  protected | 
Definition at line 140 of file RegisterWizard.cpp.
Referenced by RegisterWizard().
      
  | 
  protected | 
Definition at line 158 of file RegisterWizard.cpp.
References te::qt::widgets::createLayer(), te::rp::Register::execute(), te::da::GetFirstPropertyPos(), te::rp::Module::getLastLogStr(), te::rp::Register::initialize(), te::rp::Register::InputParameters::m_inputRasterBands, te::rp::Register::InputParameters::m_inputRasterPtr, te::rp::Register::InputParameters::m_outputResolutionX, te::rp::Register::InputParameters::m_outputResolutionY, te::rp::Register::InputParameters::m_outputSRID, te::rp::Register::OutputParameters::m_rInfo, te::rp::Register::OutputParameters::m_rType, te::rp::Register::InputParameters::m_tiePoints, te::dt::RASTER_TYPE, and te::rp::Register::OutputParameters::reset().
| te::map::AbstractLayerPtr te::qt::widgets::RegisterWizard::getOutputLayer | ( | ) | 
Definition at line 135 of file RegisterWizard.cpp.
Referenced by te::qt::plugins::rp::RegisterAction::onActionActivated().
| void te::qt::widgets::RegisterWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) | 
Definition at line 126 of file RegisterWizard.cpp.
Referenced by te::qt::plugins::rp::RegisterAction::onActionActivated().
      
  | 
  virtual | 
Definition at line 78 of file RegisterWizard.cpp.
      
  | 
  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.