#include <progressbar.h>
Inheritance diagram for CL_ProgressBar:


Public Methods | |
| CL_ProgressBar (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL) | |
| Construction:. | |
| CL_ProgressBar (const CL_Rect &pos, int steps, CL_Component *parent, CL_StyleManager *style=NULL) | |
| virtual | ~CL_ProgressBar () |
| int | get_steps () const |
| Attributes:. | |
| int | get_progress () const |
| float | get_percentage () const |
| void | set_steps (int total_steps) |
| Operations:. | |
| void | set_progress (int progress) |
| void | increase (int steps=1) |
| void | reset () |
Private Methods | |
| CL_ProgressBar (const CL_ProgressBar ©) | |
| Implementation:. | |
Private Attributes | |
| class CL_ProgressBar_Generic* | impl |
| Implementation:. | |
|
|
Construction:.
|
|
|
|
|
|
|
|
|
Implementation:.
Definition at line 67 of file progressbar.h. |
|
|
|
|
|
|
|
|
Attributes:.
|
|
|
|
|
|
|
|
|
|
|
|
Operations:.
|
|
|
Implementation:.
Reimplemented from CL_Component. Definition at line 68 of file progressbar.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001