26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORDIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QDialog> 
   45       class RasterNavigatorWidget;
 
   77           void closeEvent(QCloseEvent* e);
 
   81           void navigatorClosed();
 
   86           std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
   95 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_RASTERNAVIGATORDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is used to navigate over a DataSetLayer (having a raster representation) and given a set o...
 
te::map::AbstractLayerPtr m_layer
 
This class is a dialog for the RasterNavigator widget. 
 
std::auto_ptr< te::qt::widgets::RasterNavigatorWidget > m_navigator
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr