This class is GUI used to define the contrast wizard for the RP constast operation. More...
#include <ContrastWizard.h>
Public Member Functions | |
ContrastWizard (QWidget *parent) | |
te::map::AbstractLayerPtr | getOutputLayer () |
void | setLayer (te::map::AbstractLayerPtr layer) |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~ContrastWizard () | |
Protected Member Functions | |
void | addPages () |
bool | execute () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::ContrastWizardPage > | m_contrastPage |
int | m_layerSearchId |
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 contrast wizard for the RP constast operation.
Definition at line 54 of file ContrastWizard.h.
te::qt::widgets::ContrastWizard::ContrastWizard | ( | QWidget * | parent | ) |
te::qt::widgets::ContrastWizard::~ContrastWizard | ( | ) |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::ContrastWizard::getOutputLayer | ( | ) |
void te::qt::widgets::ContrastWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
void te::qt::widgets::ContrastWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 80 of file ContrastWizard.h.
|
private |
Definition at line 86 of file ContrastWizard.h.
|
private |
Definition at line 81 of file ContrastWizard.h.
|
private |
Definition at line 84 of file ContrastWizard.h.
|
private |
Definition at line 82 of file ContrastWizard.h.