26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARD_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARD_H    31 #include "../../../maptools/AbstractLayer.h"    32 #include "../../../qt/widgets/canvas/MapDisplay.h"    34 #include "../Config.h"    41 #include <QActionGroup>    49       class ClassifierWizardPage;
    50       class LayerSearchWizardPage;
    51       class RasterInfoWizardPage;
    70           virtual bool validateCurrentPage();
    72           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    76           void setActionGroup(QActionGroup* actionGroup);
    80           void onMapDisplayExtentChanged();
    92           void onPageChanged(
int index);
   110 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARD_H 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr