26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIZARDPAGE_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QWizardPage> 
   45       class RasterNavigatorWidget;
 
   62           bool isComplete() 
const;
 
   79           std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
   88 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIZARDPAGE_H 
This class is a wizard page for the RasterNavigator widget. 
 
std::auto_ptr< te::qt::widgets::RasterNavigatorWidget > m_navigator
 
te::map::AbstractLayerPtr m_layer
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr