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; }
    70           bool isComplete() 
const;
    74           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    80           void getComposeParameters(std::vector<const te::rst::Raster*>& rasters, std::vector<unsigned int>& bands, 
te::rst::Interpolator::Method& interpMethod);
    82           void getDecomposeParameters(
te::rst::Raster*& raster, std::vector<unsigned int>& bands);
    86           void onAddToolButtonClicked();
    88           void onRemoveToolButtonClicked();
    90           void onLayerCmbActivated(
int index);
    94           void fillInterpolatorTypes();
    98           std::auto_ptr<Ui::ComposeBandsWizardPageForm> 
m_ui;
   109 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H 
std::auto_ptr< Ui::ComposeBandsWizardPageForm > m_ui
 
InterpolationMethod
Allowed interpolation methods. 
 
std::list< te::map::AbstractLayerPtr > m_layerList
 
This class is GUI used to defines a class for a Compose / Decompose Bands Wizard page. 
 
An abstract class for raster data strucutures. 
 
std::map< QComboBox *, int > m_cmbMap