#include <wxPieCtrl.h>
Inheritance diagram for wxProgressPie:
Public Member Functions | |
wxColour | GetFilledColour () |
Returns the colour of sector that indicates the progress (filled). | |
double | GetMaxValue () |
Returns maximal value of progress pie. | |
wxColour | GetUnfilledColour () |
Returns the colour of sector that indicates the rest (unfilled). | |
double | GetValue () |
Returns the value of progress pie. | |
void | SetFilledColour (wxColour colour) |
Sets the colour of sector that indicates the progress (filled). | |
void | SetMaxValue (double value) |
Sets maximal value of progress pie. | |
void | SetUnfilledColour (wxColour colour) |
Sets the colour of sector that indicates the rest (unfilled). | |
void | SetValue (double value) |
Sets the value of progress pie. | |
wxProgressPie (wxWindow *parent, wxWindowID id=wxID_ANY, double maxvalue=100, double value=50, wxPoint pos=wxDefaultPosition, wxSize sz=wxDefaultSize, long style=0) | |
Constructor. |
|
Constructor.
|