te::qt::widgets::MosaicWizard Class Reference

This class is GUI used to define the mosaic wizard for the RP mosaic operation. More...

#include <MosaicWizard.h>

Inheritance diagram for te::qt::widgets::MosaicWizard:

Public Member Functions

std::list< te::map::AbstractLayerPtrgetOutputLayers ()
 
 MosaicWizard (QWidget *parent)
 
void setList (std::list< te::map::AbstractLayerPtr > &layerList)
 
virtual bool validateCurrentPage ()
 
 ~MosaicWizard ()
 

Protected Member Functions

void addPages ()
 
bool execute ()
 
bool executeGeoMosaic ()
 
bool executeSequenceMosaic ()
 
bool executeTiePointMosaic ()
 

Private Attributes

std::auto_ptr< te::qt::widgets::LayerSearchWizardPagem_layerSearchPage
 
std::auto_ptr< te::qt::widgets::MosaicWizardPagem_mosaicPage
 
std::list< te::map::AbstractLayerPtrm_outputLayerList
 
std::auto_ptr< te::qt::widgets::RasterInfoWizardPagem_rasterInfoPage
 

Detailed Description

This class is GUI used to define the mosaic wizard for the RP mosaic operation.

Definition at line 54 of file MosaicWizard.h.

Constructor & Destructor Documentation

te::qt::widgets::MosaicWizard::MosaicWizard ( QWidget *  parent)
te::qt::widgets::MosaicWizard::~MosaicWizard ( )

Member Function Documentation

void te::qt::widgets::MosaicWizard::addPages ( )
protected
bool te::qt::widgets::MosaicWizard::execute ( )
protected
bool te::qt::widgets::MosaicWizard::executeGeoMosaic ( )
protected
bool te::qt::widgets::MosaicWizard::executeSequenceMosaic ( )
protected
bool te::qt::widgets::MosaicWizard::executeTiePointMosaic ( )
protected
std::list<te::map::AbstractLayerPtr> te::qt::widgets::MosaicWizard::getOutputLayers ( )
void te::qt::widgets::MosaicWizard::setList ( std::list< te::map::AbstractLayerPtr > &  layerList)
virtual bool te::qt::widgets::MosaicWizard::validateCurrentPage ( )
virtual

Member Data Documentation

std::auto_ptr<te::qt::widgets::LayerSearchWizardPage> te::qt::widgets::MosaicWizard::m_layerSearchPage
private

Definition at line 86 of file MosaicWizard.h.

std::auto_ptr<te::qt::widgets::MosaicWizardPage> te::qt::widgets::MosaicWizard::m_mosaicPage
private

Definition at line 85 of file MosaicWizard.h.

std::list<te::map::AbstractLayerPtr> te::qt::widgets::MosaicWizard::m_outputLayerList
private

Definition at line 89 of file MosaicWizard.h.

std::auto_ptr<te::qt::widgets::RasterInfoWizardPage> te::qt::widgets::MosaicWizard::m_rasterInfoPage
private

Definition at line 87 of file MosaicWizard.h.


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