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> >,
 
  111 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_CHARTRENDERERMANAGER_H 
Template support for singleton pattern. 
 
This is the base class for chart renderers. 
 
#define TEMAPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This is a singleton for managing chart renderer instance available in the system. ...
 
AbstractChartRenderer * m_renderer
The chart renderer in the manager. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
This policy assures a class-level locking scheme for a derived class. 
 
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. 
 
A wdiget used to customize a chart's style parameters.