A class that specialize the QwtSymbol to draw a Terralib Mark. More...
#include <MarkSymbol.h>
Public Member Functions | |
| void | drawSymbols (QPainter *painter, const QPointF *point, int numPoints) const |
| Set the scatter data. More... | |
| MarkSymbol (te::se::Mark *mark, std::size_t size) | |
| Constructor. More... | |
Protected Attributes | |
| te::se::Mark * | m_mark |
| The mark. More... | |
| std::size_t | m_size |
| The mark's size. More... | |
A class that specialize the QwtSymbol to draw a Terralib Mark.
Definition at line 49 of file MarkSymbol.h.
| te::qt::widgets::MarkSymbol::MarkSymbol | ( | te::se::Mark * | mark, |
| std::size_t | size | ||
| ) |
Constructor.
| void te::qt::widgets::MarkSymbol::drawSymbols | ( | QPainter * | painter, |
| const QPointF * | point, | ||
| int | numPoints | ||
| ) | const |
Set the scatter data.
|
protected |
The mark.
Definition at line 68 of file MarkSymbol.h.
|
protected |
The mark's size.
Definition at line 69 of file MarkSymbol.h.