wxFreeChart
Public Member Functions | Protected Attributes | List of all members
ShapeSymbol Class Reference

Shape symbols base class. More...

#include <symbol.h>

Inheritance diagram for ShapeSymbol:
Inheritance graph
[legend]
Collaboration diagram for ShapeSymbol:
Collaboration graph
[legend]

Public Member Functions

 ShapeSymbol (wxCoord size)
 
virtual wxSize GetExtent ()
 Called to calculate size required for symbol. More...
 
- Public Member Functions inherited from Symbol
virtual void Draw (wxDC &dc, wxCoord x, wxCoord y, wxColour color)=0
 Performs symbol drawing. More...
 

Protected Attributes

wxColour m_color
 
wxCoord m_size
 

Detailed Description

Shape symbols base class.

Definition at line 67 of file symbol.h.

Member Function Documentation

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: