Go to the documentation of this file.
26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H
27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H
31 #include "../../../maptools/AbstractLayer.h"
32 #include "../../../raster/Interpolator.h"
34 #include "../Config.h"
41 #include <QWizardPage>
45 namespace Ui {
class ComposeBandsWizardPageForm; }
49 namespace rst {
class Raster; }
74 void setList(std::list<te::map::AbstractLayerPtr>& layerList);
100 std::unique_ptr<Ui::ComposeBandsWizardPageForm>
m_ui;
111 #endif // __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H
void onLayerCmbActivated(int index)
An abstract class for raster data strucutures.
void getDecomposeParameters(te::rst::Raster *&raster, std::vector< unsigned int > &bands)
void onRemoveToolButtonClicked()
This class is GUI used to defines a class for a Compose / Decompose Bands Wizard page.
void getComposeParameters(std::vector< const te::rst::Raster * > &rasters, std::vector< unsigned int > &bands, te::rst::Interpolator::Method &interpMethod)
InterpolationMethod
Allowed interpolation methods.
~ComposeBandsWizardPage()
void setList(std::list< te::map::AbstractLayerPtr > &layerList)
void fillInterpolatorTypes()
std::unique_ptr< Ui::ComposeBandsWizardPageForm > m_ui
std::map< QComboBox *, int > m_cmbMap
ComposeBandsWizardPage(QWidget *parent=0)
void onAddToolButtonClicked()
std::list< te::map::AbstractLayerPtr > m_layerList