26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTDISPLAY_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTDISPLAY_H    30 #include "../Config.h"    42 class QwtPlotMagnifier;
    46   namespace color { 
class RGBAColor; }
    47   namespace da    { 
class ObjectIdSet; 
class DataSetType;}
    48   namespace se    { 
class Stroke; 
class Fill; 
class Font; }
   118           void setSelectionColor(QColor selColor);
   128           void adjustDisplay();
   136           void onRectPicked(
const QRectF &rect);
   148           void leftPointSelected(
const QPointF& pos);
   153           void rigthPointSelected(
const QPointF& pos);
   171 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTDISPLAY_H 
A class that models the description of a dataset. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...