26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTWIDGET_H 
   30 #include <QtGui/QWidget> 
   33 #include "../Config.h" 
   35 class QwtPlotSeriesItem;
 
   72           virtual QwtPlotSeriesItem* getChart();
 
   88           virtual void setChart(QwtPlotSeriesItem* newChart);
 
  108 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base widget for settings. 
 
QwtPlotSeriesItem * m_chart
The chart that will be configured by this widget. 
 
std::string m_label
The chart's Label. 
 
ChartDisplay * m_display
The display that will be configured by this widget. 
 
A class to represent a chart display.