#include <wxPieCtrl.h>
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. |
|
Parametrized constructor.
|