26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_RASTERHISTOGRAMDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_RASTERHISTOGRAMDIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QDialog> 
   40 namespace Ui { 
class RasterHistogramDialogForm; }
 
   48       class RasterHistogramWidget;
 
   72           std::auto_ptr<Ui::RasterHistogramDialogForm> 
m_ui;
 
   80 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_RASTERHISTOGRAMDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is used to define a component for viewing overlaid layers. 
 
std::auto_ptr< Ui::RasterHistogramDialogForm > m_ui
 
This class is a dialog for the RasterHistogram widget. 
 
std::auto_ptr< te::qt::widgets::RasterHistogramWidget > m_widgetRasterHistogram
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr