Shape symbols base class.
More...
#include <symbol.h>
|
| ShapeSymbol (wxCoord size) |
|
virtual wxSize | GetExtent () |
| Called to calculate size required for symbol. More...
|
|
virtual void | Draw (wxDC &dc, wxCoord x, wxCoord y, wxColour color)=0 |
| Performs symbol drawing. More...
|
|
|
wxColour | m_color |
|
wxCoord | m_size |
|
Shape symbols base class.
Definition at line 67 of file symbol.h.
virtual wxSize ShapeSymbol::GetExtent |
( |
| ) |
|
|
virtual |
Called to calculate size required for symbol.
- Returns
- size required for symbol
Implements Symbol.
The documentation for this class was generated from the following file: