26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_CHARTRENDERERMANAGER_H    27 #define __TERRALIB_MAPTOOLS_INTERNAL_CHARTRENDERERMANAGER_H    30 #include "../color/RGBAColor.h"    31 #include "../common/Singleton.h"    32 #include "../common/ThreadingPolicies.h"    46     class AbstractChartRenderer;
    62                                                                                   ::boost::recursive_mutex,
    63                                                                                   ::boost::lock_guard< ::boost::recursive_mutex>,
    64                                                                                   ::boost::lock_guard< ::boost::recursive_mutex> >,
   113 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_CHARTRENDERERMANAGER_H This is the base class for chart renderers. 
 
A wdiget used to customize a chart's style parameters. 
 
AbstractChartRenderer * m_renderer
The chart renderer in the manager. 
 
This class represents the informations needed to build map charts. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
This policy assures a class-level locking scheme for a derived class. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
This is a singleton for managing chart renderer instance available in the system. ...
 
Template support for singleton pattern.