Main Page | Class Hierarchy | Class List | Class Members

wxPiePart Class Reference

This class is used for storing data in wxPieCtrl. More...

#include <wxPieCtrl.h>

List of all members.

Public Member Functions

wxColour GetColour ()
 Returns the colour of sector.
wxString GetLabel ()
 Returns the label of sector.
double GetValue ()
 Returns the size of sector.
void SetColour (wxColour colour)
 Sets the colour of sector.
void SetLabel (wxString value)
 Sets the label of sector.
void SetValue (double value)
 Sets the size of sector.
 wxPiePart (const wxPiePart &part)
 Copy constructor.
 wxPiePart (double value, wxColour colour, wxString label=wxEmptyString)
 Parametrized constructor.
 wxPiePart ()
 Default constructor.


Detailed Description

This class is used for storing data in wxPieCtrl.


Constructor & Destructor Documentation

wxPiePart::wxPiePart double  value,
wxColour  colour,
wxString  label = wxEmptyString
 

Parametrized constructor.

Parameters:
value used for drawing the pie. Specifies the size of the sector.
colour specifies the colour of the sector
label specifies the text to be shown in diagram legend


Generated on Tue Jun 7 21:46:25 2005 for wxPieCtrl by  doxygen 1.4.3