26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_RASTERHISTOGRAMWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_RASTERHISTOGRAMWIDGET_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QWidget> 
   39 namespace Ui { 
class RasterHistogramWidgetForm; }
 
   64           Ui::RasterHistogramWidgetForm* getForm() 
const;
 
   71           void onRedToolButtonToggled(
bool flag);
 
   73           void onGreenToolButtonToggled(
bool flag);
 
   75           void onBlueToolButtonToggled(
bool flag);
 
   77           void onMonoToolButtonToggled(
bool flag);
 
   81          std::auto_ptr<Ui::RasterHistogramWidgetForm> 
m_ui;
 
   93 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_RASTERHISTOGRAMWIDGET_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. 
 
te::map::AbstractLayerPtr m_layer
 
std::auto_ptr< Ui::RasterHistogramWidgetForm > m_ui
 
te::qt::widgets::ChartDisplay * m_chartDisplay
 
A class to represent a chart display. 
 
te::qt::widgets::ChartStyle * m_chartStyle
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr