26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../../../raster/Interpolator.h" 
   32 #include "../Config.h" 
   39 #include <QWizardPage> 
   43 namespace Ui { 
class ComposeBandsWizardPageForm; }
 
   47   namespace rst { 
class Raster; }
 
   68           bool isComplete() 
const;
 
   72           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   78           void getComposeParameters(std::vector<const te::rst::Raster*>& rasters, std::vector<unsigned int>& bands, 
te::rst::Interpolator::Method& interpMethod);
 
   80           void getDecomposeParameters(
te::rst::Raster*& raster, std::vector<unsigned int>& bands);
 
   84           void onAddToolButtonClicked();
 
   86           void onRemoveToolButtonClicked();
 
   88           void onLayerCmbActivated(
int index);
 
   92           void fillInterpolatorTypes();
 
   96           std::auto_ptr<Ui::ComposeBandsWizardPageForm> 
m_ui;
 
  107 #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