#include <symbol.h>


Public Member Functions | |
| MaskedSymbol (const char **maskData, wxCoord size=9) | |
| virtual void | Draw (wxDC &dc, wxCoord x, wxCoord y, wxColour color) |
| virtual wxSize | GetExtent () |
Symbol class, that uses bitmap mask to draw. Masked area will be filled with specified color.
|
virtual |
Performs symbol drawing.
| dc | device context |
| x | x coordinate |
| y | y coordinate |
| color | color to draw symbol |
Implements Symbol.

|
virtual |
Called to calculate size required for symbol.
Implements Symbol.
