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();
   134           void enableTools(
bool enabled);
   139           void enablePickers(
bool enabled);
   144           void enableMagnifier(
bool enabled);
   149           void enablePan(
bool enabled);
   154           void enablePointPickers(
bool enabled);
   162           void onRectPicked(
const QRectF &rect);
   174           void leftPointSelected(
const QPointF& pos);
   179           void rigthPointSelected(
const QPointF& pos);
   197 #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...