te::qt::widgets::ClassifierWizard Class Reference

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

#include <ClassifierWizard.h>

Inheritance diagram for te::qt::widgets::ClassifierWizard:

Public Member Functions

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

Protected Member Functions

void addPages ()
 
bool execute ()
 

Private Attributes

std::auto_ptr< te::qt::widgets::ClassifierWizardPagem_classifierPage
 
std::auto_ptr< te::qt::widgets::LayerSearchWizardPagem_layerSearchPage
 
te::map::AbstractLayerPtr m_outputLayer
 
std::auto_ptr< te::qt::widgets::RasterInfoWizardPagem_rasterInfoPage
 

Detailed Description

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

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

Definition at line 54 of file ClassifierWizard.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void te::qt::widgets::ClassifierWizard::addPages ( )
protected
bool te::qt::widgets::ClassifierWizard::execute ( )
protected
te::map::AbstractLayerPtr te::qt::widgets::ClassifierWizard::getOutputLayer ( )
void te::qt::widgets::ClassifierWizard::setList ( std::list< te::map::AbstractLayerPtr > &  layerList)
virtual bool te::qt::widgets::ClassifierWizard::validateCurrentPage ( )
virtual

Member Data Documentation

std::auto_ptr<te::qt::widgets::ClassifierWizardPage> te::qt::widgets::ClassifierWizard::m_classifierPage
private

Definition at line 79 of file ClassifierWizard.h.

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

Definition at line 80 of file ClassifierWizard.h.

te::map::AbstractLayerPtr te::qt::widgets::ClassifierWizard::m_outputLayer
private

Definition at line 83 of file ClassifierWizard.h.

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

Definition at line 81 of file ClassifierWizard.h.


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