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 | ) |
Definition at line 51 of file ContrastWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
te::qt::widgets::ContrastWizard::~ContrastWizard | ( | ) |
Definition at line 71 of file ContrastWizard.cpp.
|
protected |
Definition at line 126 of file ContrastWizard.cpp.
Referenced by ContrastWizard().
|
protected |
Definition at line 140 of file ContrastWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::Contrast::execute(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::Contrast::initialize(), te::rp::Contrast::OutputParameters::m_createdOutRasterDSType, te::rp::Contrast::OutputParameters::m_createdOutRasterInfo, te::rp::Contrast::InputParameters::m_enableProgress, te::rp::Contrast::InputParameters::m_inRasterBands, te::rp::Contrast::InputParameters::m_inRasterPtr, te::rp::Contrast::OutputParameters::m_outRasterBands, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::Contrast::OutputParameters::reset().
te::map::AbstractLayerPtr te::qt::widgets::ContrastWizard::getOutputLayer | ( | ) |
Definition at line 121 of file ContrastWizard.cpp.
Referenced by te::qt::plugins::rp::ContrastAction::onActionActivated(), and te::qt::plugins::rp::ContrastAction::onPopUpActionActivated().
void te::qt::widgets::ContrastWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
Definition at line 114 of file ContrastWizard.cpp.
Referenced by te::qt::plugins::rp::ContrastAction::onPopUpActionActivated().
void te::qt::widgets::ContrastWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 108 of file ContrastWizard.cpp.
Referenced by te::qt::plugins::rp::ContrastAction::onActionActivated().
|
virtual |
Definition at line 76 of file ContrastWizard.cpp.
|
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.