This class is GUI used to define the classifier wizard for the RP constast operation. More...
#include <ClassifierWizard.h>
Signals | |
void | addLayer (te::map::AbstractLayerPtr layer) |
Public Member Functions | |
ClassifierWizard (QWidget *parent) | |
te::map::AbstractLayerPtr | getOutputLayer () |
void | setActionGroup (QActionGroup *actionGroup) |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
void | setMapDisplay (te::qt::widgets::MapDisplay *mapDisplay) |
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.
Definition at line 56 of file ClassifierWizard.h.
te::qt::widgets::ClassifierWizard::ClassifierWizard | ( | QWidget * | parent | ) |
te::qt::widgets::ClassifierWizard::~ClassifierWizard | ( | ) |
|
signal |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::ClassifierWizard::getOutputLayer | ( | ) |
void te::qt::widgets::ClassifierWizard::setActionGroup | ( | QActionGroup * | actionGroup | ) |
void te::qt::widgets::ClassifierWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
void te::qt::widgets::ClassifierWizard::setMapDisplay | ( | te::qt::widgets::MapDisplay * | mapDisplay | ) |
|
virtual |
|
private |
Definition at line 90 of file ClassifierWizard.h.
|
private |
Definition at line 91 of file ClassifierWizard.h.
|
private |
Definition at line 94 of file ClassifierWizard.h.
|
private |
Definition at line 92 of file ClassifierWizard.h.