26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_MARKSYMBOL_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_MARKSYMBOL_H 
   30 #include "../Config.h" 
   33 #include <qwt_symbol.h> 
   38   namespace se { 
class Mark; }
 
   65           void drawSymbols(QPainter* painter, 
const QPointF* point, 
int numPoints) 
const; 
 
   76 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_MARKSYMBOL_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::se::Mark * m_mark
The mark. 
 
std::size_t m_size
The mark's size. 
 
A class that specialize the QwtSymbol to draw a Terralib Mark. 
 
A Mark specifies a geometric shape and applies coloring to it.