This class is GUI used to define the mosaic wizard for the RP mosaic operation. More...
#include <MosaicWizard.h>
Public Member Functions | |
| std::list< te::map::AbstractLayerPtr > | getOutputLayers () |
| MosaicWizard (QWidget *parent) | |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| virtual bool | validateCurrentPage () |
| ~MosaicWizard () | |
Protected Slots | |
| void | onPageChanged (int index) |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
| bool | executeGeoMosaic () |
| bool | executeSequenceMosaic () |
| bool | executeTiePointMosaic () |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::unique_ptr< te::qt::widgets::MosaicWizardPage > | m_mosaicPage |
| std::list< te::map::AbstractLayerPtr > | m_outputLayerList |
| std::unique_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the mosaic wizard for the RP mosaic operation.
Definition at line 54 of file MosaicWizard.h.
| te::qt::widgets::MosaicWizard::MosaicWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::MosaicWizard::~MosaicWizard | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| std::list<te::map::AbstractLayerPtr> te::qt::widgets::MosaicWizard::getOutputLayers | ( | ) |
|
protectedslot |
| void te::qt::widgets::MosaicWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 91 of file MosaicWizard.h.
|
private |
Definition at line 90 of file MosaicWizard.h.
|
private |
Definition at line 94 of file MosaicWizard.h.
|
private |
Definition at line 92 of file MosaicWizard.h.