26#ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTUTILS_H 
   27#define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTUTILS_H 
   31#include "../../../maptools/AbstractLayer.h" 
   34#include <qwt_symbol.h> 
   36#include <qwt_plot_curve.h> 
   44  namespace color { 
class RGBAColor; }
 
   45  namespace se    { 
class Font; 
class Fill; 
class Stroke; 
class Mark; 
class Graphic;}
 
   46  namespace da    { 
class DataSet; 
class DataSetType; 
class ObjectId; }
 
   47  namespace dt    { 
class DateTime; }
 
   57    class ChartDisplayWidget;
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
 
A class that models the description of a dataset.
 
A dataset is the unit of information manipulated by the data access module of TerraLib.
 
This is the base class for layers.
 
A Fill specifies the pattern for filling an area geometry.
 
A Font specifies the text font to use in a text symbolizer.
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 
A Stroke specifies the appearance of a linear geometry.
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr