#include <symbol.h>


Public Member Functions | |
| wxGISSimpleMarkerSymbol (const wxGISColor &Color, double dfSize) | |
| virtual void | Draw (const wxGISGeometry &Geometry, int nLevel=0) |
| virtual void | SetSize (double dfSize) |
| virtual double | GetSize () const |
| virtual void | SetOutlineColor (const wxGISColor &Color) |
| virtual wxGISColor | GetOutlineColor () const |
| virtual void | SetOutlineSize (double dfSize) |
| virtual double | GetOutlineSize () const |
| virtual wxGISSimpleMarkerSymbol * | Clone () const |
Public Member Functions inherited from wxGISSymbol | |
| wxGISSymbol (const wxGISColor &Color) | |
| virtual void | SetupDisplay (wxGISDisplay *const pDisplay) |
| virtual wxGISColor | GetColor () const |
| virtual void | SetColor (const wxGISColor &Color) |
Public Member Functions inherited from wxGISPointer | |
| virtual wxInt32 | Reference (void) |
| virtual wxInt32 | Dereference (void) |
| virtual wxInt32 | Release (void) |
Protected Attributes | |
| double | m_dfSize |
| double | m_dfOutlineSize |
| wxGISColor | m_OutlineColor |
Protected Attributes inherited from wxGISSymbol | |
| wxGISColor | m_Color |
| wxGISDisplay * | m_pDisplay |
Protected Attributes inherited from wxGISPointer | |
| wxInt32 | m_RefCount |
The class for simple marker symbols