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 <QtGui/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 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is a wizard page for the RasterNavigator widget. 
 
std::auto_ptr< te::qt::widgets::RasterNavigatorWidget > m_navigator
 
This class is used to navigate over a DataSetLayer (having a raster representation) and given a set o...
 
te::map::AbstractLayerPtr m_layer
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr