#include <bcprogressbox.h>
Inheritance diagram for BC_ProgressBox:

Public Member Functions | |
| BC_ProgressBox (int x, int y, char *text, int64_t length) | |
| virtual | ~BC_ProgressBox () |
| void | run () |
| int | update (int64_t position, int lock_it) |
| int | update_title (char *title, int lock_it) |
| int | update_length (int64_t length, int lock_it) |
| int | is_cancelled () |
| int | stop_progress () |
| void | lock_window () |
| void | unlock_window () |
Private Attributes | |
| BC_ProgressWindow * | pwindow |
| char * | display |
| char * | text |
| int | cancelled |
| int64_t | length |
Friends | |
| class | BC_ProgressWindow |
Definition at line 10 of file bcprogressbox.h.
|
||||||||||||||||||||
|
Definition at line 10 of file bcprogressbox.C. |
|
|
Definition at line 28 of file bcprogressbox.C. |
|
|
Definition at line 67 of file bcprogressbox.C. |
|
|
Definition at line 79 of file bcprogressbox.C. |
|
|
Implements Thread. Definition at line 33 of file bcprogressbox.C. |
|
|
Definition at line 72 of file bcprogressbox.C. |
|
|
Definition at line 84 of file bcprogressbox.C. |
|
||||||||||||
|
Definition at line 39 of file bcprogressbox.C. |
|
||||||||||||
|
Definition at line 58 of file bcprogressbox.C. |
|
||||||||||||
|
Definition at line 50 of file bcprogressbox.C. |
|
|
Definition at line 16 of file bcprogressbox.h. |
|
|
Definition at line 31 of file bcprogressbox.h. |
|
|
Definition at line 29 of file bcprogressbox.h. |
|
|
Definition at line 32 of file bcprogressbox.h. |
|
|
Definition at line 28 of file bcprogressbox.h. |
|
|
Definition at line 30 of file bcprogressbox.h. |
1.4.4