26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERCHART_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERCHART_H 
   30 #include "../Config.h" 
   33 #include <qwt_plot_curve.h> 
   41   namespace da    { 
class ObjectIdSet; }
 
   81           virtual int rtti() 
const;
 
  141           void setSelectionColor(QColor selColor);
 
  157 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERCHART_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...
 
Scatter * m_scatter
The scatter that will be shown on this chart. 
 
ScatterStyle * m_scatterStyle
The symbol that defines the look of a scatter's point. 
 
QColor m_selColor
THe color used to highlight selected obecjts. 
 
A class to represent a scatter. 
 
QwtPlotCurve * m_selection
The PlotItems to be highlighted when a selection occurs;. 
 
A class to represent a scatter chart.