#include <bcprogress.h>
Inheritance diagram for BC_ProgressBar:

Public Member Functions | |
| BC_ProgressBar (int x, int y, int w, int64_t length, int do_text=1) | |
| ~BC_ProgressBar () | |
| int | initialize () |
| int | reposition_window (int x, int y, int w=-1, int h=-1) |
| void | set_do_text (int value) |
| int | update (int64_t position) |
| int | update_length (int64_t length) |
| int | set_images () |
Private Member Functions | |
| int | draw (int force=0) |
Private Attributes | |
| int64_t | length |
| int64_t | position |
| int | pixel |
| int | do_text |
| BC_Pixmap * | images [2] |
Definition at line 6 of file bcprogress.h.
|
||||||||||||||||||||||||
|
Definition at line 13 of file bcprogress.C. |
|
|
Definition at line 24 of file bcprogress.C. |
|
|
Definition at line 68 of file bcprogress.C. |
|
|
Reimplemented from BC_SubWindow. Definition at line 30 of file bcprogress.C. |
|
||||||||||||||||||||
|
Reimplemented from BC_WindowBase. Definition at line 40 of file bcprogress.C. |
|
|
Definition at line 48 of file bcprogress.C. |
|
|
Definition at line 53 of file bcprogress.C. |
|
|
Definition at line 96 of file bcprogress.C. |
|
|
Definition at line 103 of file bcprogress.C. |
|
|
Definition at line 25 of file bcprogress.h. |
|
|
Definition at line 26 of file bcprogress.h. |
|
|
Definition at line 23 of file bcprogress.h. |
|
|
Definition at line 24 of file bcprogress.h. |
|
|
Definition at line 23 of file bcprogress.h. |
1.4.4