26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMCHART_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMCHART_H 
   30 #include "../Config.h" 
   33 #include <qwt_plot_histogram.h> 
   38   namespace da    { 
class ObjectIdSet; }
 
   46       class StringScaleDraw;
 
   71           virtual int rtti() 
const;
 
   98           void attach(QwtPlot* plot);
 
  152           void setSelectionColor(QColor selColor);
 
  166 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMCHART_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
A class to represent a Histogram. 
 
Histogram * m_histogram
The histogram that will be shown on this chart. 
 
te::qt::widgets::HistogramStyle * m_histogramStyle
The histogram's style as displayed by this widget. 
 
StringScaleDraw * m_histogramScaleDraw
Scale draw that defines how a label will be displayed on this chart. 
 
QwtPlotHistogram * m_selection
The PlotItems to be highlighted when a selection occurs;.