26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORWIZARDPAGE_H 
   31 #include "../../../maptools/AbstractLayer.h" 
   33 #include "../Config.h" 
   39 #include <QWizardPage> 
   47       class RasterNavigatorWidget;
 
   64           bool isComplete() 
const;
 
   81           std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
   90 #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