Main Page | Class Hierarchy | Class List | Class Members

wxProgressPie Class Reference

A ProgressPie is a pie digram control which shows a quantity (often time). More...

#include <wxPieCtrl.h>

Inheritance diagram for wxProgressPie:

wxPieCtrl List of all members.

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.

Detailed Description

A ProgressPie is a pie digram control which shows a quantity (often time).


Constructor & Destructor Documentation

wxProgressPie::wxProgressPie wxWindow *  parent,
wxWindowID  id = wxID_ANY,
double  maxvalue = 100,
double  value = 50,
wxPoint  pos = wxDefaultPosition,
wxSize  sz = wxDefaultSize,
long  style = 0
 

Constructor.

Parameters:
parent Pointer to a parent window
id Window ID
maxvalue Maximal value of progress pie
value Initial value of progress pie
pos Window position
sz Window size
style Window style


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