26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_WELLKNOWNMARKRENDERER_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_WELLKNOWNMARKRENDERER_H 
   30 #include "../../../maptools/AbstractMarkRenderer.h" 
   31 #include "../Config.h" 
   86           void getSupportedMarks(std::vector<std::string>& marks) 
const;
 
  102           void setup(QImage* img);
 
  113           void draw(QImage* img, QPainterPath& path);
 
  143 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_WELLKNOWNMARKRENDERER_H 
A Mark specifies a geometric shape and applies coloring to it. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern...