![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
ProgressBar component
Contained in: global
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
| CL_ProgressBar | (CL_Component* parent, CL_StyleManager* style = NULL); | |
| CL_ProgressBar | (int steps, CL_Component* parent, CL_StyleManager* style = NULL); | |
| CL_ProgressBar | (const CL_Rect& pos, int steps, CL_Component* parent, CL_StyleManager* style = NULL); | |
| virtual | ~CL_ProgressBar | (); |
Attributes: |
||
| int | get_steps | () const; |
| int | get_progress | () const; |
| float | get_percentage | () const; |
Operations: |
||
| void | set_steps | (int total_steps); |
| void | set_progress | (int progress); |
| void | increase | (int steps = 1); |
| void | reset | (); |
private function member index: |
||
Implementation: |
||
| CL_ProgressBar | (const CL_ProgressBar& copy); | |