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 | onMapDisplayExtentChanged () |
| void | setActionGroup (QActionGroup *actionGroup) |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| void | setMapDisplay (te::qt::widgets::MapDisplay *mapDisplay) |
| virtual bool | validateCurrentPage () |
| ~ClassifierWizard () | |
Protected Slots | |
| void | onPageChanged (int index) |
Protected Member Functions | |
| void | addPages () |
| void | buildLegend () |
| bool | execute () |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::ClassifierWizardPage > | m_classifierPage |
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| te::map::AbstractLayerPtr | m_outputLayer |
| std::unique_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 58 of file ClassifierWizard.h.
| te::qt::widgets::ClassifierWizard::ClassifierWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::ClassifierWizard::~ClassifierWizard | ( | ) |
|
signal |
|
protected |
|
protected |
|
protected |
| te::map::AbstractLayerPtr te::qt::widgets::ClassifierWizard::getOutputLayer | ( | ) |
| void te::qt::widgets::ClassifierWizard::onMapDisplayExtentChanged | ( | ) |
|
protectedslot |
| 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 100 of file ClassifierWizard.h.
|
private |
Definition at line 101 of file ClassifierWizard.h.
|
private |
Definition at line 104 of file ClassifierWizard.h.
|
private |
Definition at line 102 of file ClassifierWizard.h.