This class is GUI used to allows users to compose or decompose bands. More...
#include <ComposeBandsWizard.h>
Public Member Functions | |
| ComposeBandsWizard (QWidget *parent) | |
| std::list < te::map::AbstractLayerPtr > | getOutputLayers () |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| virtual bool | validateCurrentPage () |
| ~ComposeBandsWizard () | |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
| bool | executeCompose () |
| bool | executeDecompose () |
Private Attributes | |
| std::auto_ptr < te::qt::widgets::ComposeBandsWizardPage > | m_composeBandsPage |
| std::auto_ptr < te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::list < te::map::AbstractLayerPtr > | m_outputLayerList |
| std::auto_ptr < te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to allows users to compose or decompose bands.
Definition at line 55 of file ComposeBandsWizard.h.
| te::qt::widgets::ComposeBandsWizard::ComposeBandsWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::ComposeBandsWizard::~ComposeBandsWizard | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
| std::list<te::map::AbstractLayerPtr> te::qt::widgets::ComposeBandsWizard::getOutputLayers | ( | ) |
| void te::qt::widgets::ComposeBandsWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 84 of file ComposeBandsWizard.h.
|
private |
Definition at line 85 of file ComposeBandsWizard.h.
|
private |
Definition at line 88 of file ComposeBandsWizard.h.
|
private |
Definition at line 86 of file ComposeBandsWizard.h.