26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMFRAME_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMFRAME_H 
   30 #include "../Config.h" 
   35 class QwtPlotSeriesItem;
 
   37 namespace Ui { 
class HistogramFrameWidgetForm; }
 
   47       class HistogramStyleWidget;
 
   77           QwtPlotSeriesItem* getChart();
 
   85           void setChart(QwtPlotSeriesItem* newChart);
 
   89           std::auto_ptr<Ui::HistogramFrameWidgetForm>  
m_ui;           
 
   97 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMFRAME_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
HistogramChart * m_chart
The chart that will be editted by this widget. 
 
A base widget for settings. 
 
A widget used to adjust a histogram's style. 
 
A base widget to be used on the chart settings. 
 
A frame for setting display options. 
 
HistogramStyleWidget * m_styleWidget
The widget used to configure the histogram's style. 
 
std::auto_ptr< Ui::HistogramFrameWidgetForm > m_ui
The widget Form.