Version: 0.6.0
wxGISSimpleMarkerSymbol Class Reference

#include <symbol.h>

Inheritance diagram for wxGISSimpleMarkerSymbol:
Collaboration diagram for wxGISSimpleMarkerSymbol:

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 wxGISSimpleMarkerSymbolClone () 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
 
wxGISDisplaym_pDisplay
 
- Protected Attributes inherited from wxGISPointer
wxInt32 m_RefCount
 

Detailed Description

The class for simple marker symbols

Library:  wxGISDisplay

The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/display/symbol.h
  • /home/bishop/work/projects/nextgismanager/src/display/symbol.cpp