This class is GUI used to define the colorTransform wizard for the RP colorTransform operation. More...
#include <ColorTransformWizard.h>
Public Member Functions | |
ColorTransformWizard (QWidget *parent) | |
te::map::AbstractLayerPtr | getOutputLayer () |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~ColorTransformWizard () | |
Protected Member Functions | |
void | addPages () |
te::rst::Raster * | buildOutputRaster () |
bool | execute () |
bool | executeIHS2RGB () |
bool | executeRGB2IHS () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::ColorTransformWizardPage > | m_colorTransformPage |
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 colorTransform wizard for the RP colorTransform operation.
Definition at line 55 of file ColorTransformWizard.h.
te::qt::widgets::ColorTransformWizard::ColorTransformWizard | ( | QWidget * | parent | ) |
te::qt::widgets::ColorTransformWizard::~ColorTransformWizard | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::ColorTransformWizard::getOutputLayer | ( | ) |
void te::qt::widgets::ColorTransformWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 87 of file ColorTransformWizard.h.
|
private |
Definition at line 88 of file ColorTransformWizard.h.
|
private |
Definition at line 91 of file ColorTransformWizard.h.
|
private |
Definition at line 89 of file ColorTransformWizard.h.