26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARD_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARD_H    31 #include "../../../maptools/AbstractLayer.h"    32 #include "../../../raster/Raster.h"    34 #include "../Config.h"    48       class ComposeBandsWizardPage;
    49       class LayerSearchWizardPage;
    50       class RasterInfoWizardPage;
    69           virtual bool validateCurrentPage();
    71           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    73           std::list<te::map::AbstractLayerPtr> getOutputLayers();
    81           bool executeCompose();
    83           bool executeDecompose();
    87           void onPageChanged(
int index);
   101 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARD_H