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 Slots | |
| void | onPageChanged (int index) |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
| bool | executeCompose () |
| bool | executeDecompose () |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::ComposeBandsWizardPage > | m_composeBandsPage |
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::list< te::map::AbstractLayerPtr > | m_outputLayerList |
| std::unique_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 | ) |
Definition at line 54 of file ComposeBandsWizard.cpp.
References addPages(), onPageChanged(), te::qt::widgets::HelpPushButton::setPageReference(), and ~ComposeBandsWizard().
|
default |
Referenced by ComposeBandsWizard().
|
protected |
Definition at line 110 of file ComposeBandsWizard.cpp.
References m_composeBandsPage, m_layerSearchPage, and m_rasterInfoPage.
Referenced by ComposeBandsWizard().
|
protected |
Definition at line 125 of file ComposeBandsWizard.cpp.
References executeCompose(), executeDecompose(), m_composeBandsPage, and m_rasterInfoPage.
Referenced by validateCurrentPage().
|
protected |
Definition at line 142 of file ComposeBandsWizard.cpp.
References te::qt::widgets::applyRasterMultiResolution(), te::rp::ComposeBands(), te::qt::widgets::createLayer(), te::common::FreeContents(), te::map::GetRaster(), m_composeBandsPage, m_outputLayerList, m_rasterInfoPage, and te::rp::NormalizeRaster().
Referenced by execute().
|
protected |
Definition at line 228 of file ComposeBandsWizard.cpp.
References te::qt::widgets::applyRasterMultiResolution(), te::common::Convert2String(), te::qt::widgets::createLayer(), te::rp::DecomposeBands(), te::map::GetRaster(), m_composeBandsPage, m_outputLayerList, m_rasterInfoPage, and te::rp::NormalizeRaster().
Referenced by execute().
| std::list< te::map::AbstractLayerPtr > te::qt::widgets::ComposeBandsWizard::getOutputLayers | ( | ) |
Definition at line 105 of file ComposeBandsWizard.cpp.
References m_outputLayerList.
Referenced by te::qt::plugins::rp::ComposeBandsAction::onActionActivated().
|
protectedslot |
Definition at line 331 of file ComposeBandsWizard.cpp.
Referenced by ComposeBandsWizard().
| void te::qt::widgets::ComposeBandsWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 99 of file ComposeBandsWizard.cpp.
References m_layerSearchPage.
Referenced by te::qt::plugins::rp::ComposeBandsAction::onActionActivated().
|
virtual |
Definition at line 77 of file ComposeBandsWizard.cpp.
References execute(), m_composeBandsPage, m_layerSearchPage, and m_rasterInfoPage.
|
private |
Definition at line 89 of file ComposeBandsWizard.h.
Referenced by addPages(), execute(), executeCompose(), executeDecompose(), and validateCurrentPage().
|
private |
Definition at line 90 of file ComposeBandsWizard.h.
Referenced by addPages(), setList(), and validateCurrentPage().
|
private |
Definition at line 93 of file ComposeBandsWizard.h.
Referenced by executeCompose(), executeDecompose(), and getOutputLayers().
|
private |
Definition at line 91 of file ComposeBandsWizard.h.
Referenced by addPages(), execute(), executeCompose(), executeDecompose(), and validateCurrentPage().