This class is GUI used to define the classifier wizard for the RP constast operation. More...
#include <ClassifierWizard.h>
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::ClassifierWizardPage > | m_classifierPage |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
te::map::AbstractLayerPtr | m_outputLayer |
std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
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.
te::qt::widgets::ClassifierWizard::ClassifierWizard | ( | QWidget * | parent | ) |
te::qt::widgets::ClassifierWizard::~ClassifierWizard | ( | ) |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::ClassifierWizard::getOutputLayer | ( | ) |
void te::qt::widgets::ClassifierWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 79 of file ClassifierWizard.h.
|
private |
Definition at line 80 of file ClassifierWizard.h.
|
private |
Definition at line 83 of file ClassifierWizard.h.
|
private |
Definition at line 81 of file ClassifierWizard.h.