26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_MOSAICWIZARD_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_MOSAICWIZARD_H    31 #include "../../../maptools/AbstractLayer.h"    33 #include "../Config.h"    47       class MosaicWizardPage;
    48       class LayerSearchWizardPage;
    49       class RasterInfoWizardPage;
    68           virtual bool validateCurrentPage();
    70           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    72           std::list<te::map::AbstractLayerPtr> getOutputLayers();
    80           bool executeGeoMosaic();
    82           bool executeTiePointMosaic();
    84           bool executeSequenceMosaic();
    88           void onPageChanged(
int index);
   102 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_MOSAICWIZARD_H