Public Member Functions | |
wxGISSimpleFillSymbol (const wxGISColor &Color, wxGISSimpleLineSymbol *pLineSymbol) | |
virtual void | Draw (const wxGISGeometry &Geometry, int nLevel=0) |
virtual void | SetupDisplay (wxGISDisplay *const pDisplay) |
virtual wxGISEnumFillRule | GetFillRule () const |
virtual void | SetFillRule (wxGISEnumFillRule eFillRule) |
virtual wxGISSimpleLineSymbol * | GetSimpleLineSymbol () const |
virtual void | SetSimpleLineSymbol (wxGISSimpleLineSymbol *pLineSymbol) |
virtual wxGISSimpleFillSymbol * | Clone () const |
Public Member Functions inherited from wxGISSymbol | |
wxGISSymbol (const wxGISColor &Color) | |
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 | |
wxGISSimpleLineSymbol * | m_pLineSymbol |
wxGISEnumFillRule | m_eFillRule |
Protected Attributes inherited from wxGISSymbol | |
wxGISColor | m_Color |
wxGISDisplay * | m_pDisplay |
Protected Attributes inherited from wxGISPointer | |
wxInt32 | m_RefCount |