26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_MOSAICWIZARD_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_MOSAICWIZARD_H    30 #include "../../../maptools/AbstractLayer.h"    31 #include "../Config.h"    45       class MosaicWizardPage;
    46       class LayerSearchWizardPage;
    47       class RasterInfoWizardPage;
    66           virtual bool validateCurrentPage();
    68           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    70           std::list<te::map::AbstractLayerPtr> getOutputLayers();
    78           bool executeGeoMosaic();
    80           bool executeTiePointMosaic();
    82           bool executeSequenceMosaic();
    86           void onPageChanged(
int index);
   100 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_MOSAICWIZARD_H