26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTDISPLAYWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTDISPLAYWIDGET_H 
   30 #include "../Config.h" 
   39 class QwtPlotSeriesItem;
 
   41 namespace Ui { 
class ChartDisplayWidgetForm; }
 
   46   namespace da    { 
class ObjectIdSet; }
 
   91           QwtPlotSeriesItem* getChart();
 
   99           void setChart(QwtPlotSeriesItem* newChart);
 
  132           void setSelectionColor(QColor selColor);
 
  139           void onSettingsToolButtonnClicked();
 
  155           std::auto_ptr<Ui::ChartDisplayWidgetForm>  
m_ui;       
 
  164 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_CHARTDISPLAYWIDGET_H 
This class represents a set of unique ids created in the same context. i.e. from the same data set...