#include <bcprogressbox.h>
Inherits BC_Window.

Public Member Functions | |
| BC_ProgressWindow (int x, int y) | |
| virtual | ~BC_ProgressWindow () |
| int | create_objects (char *text, int64_t length) |
Data Fields | |
| char * | text |
| BC_ProgressBar * | bar |
| BC_Title * | caption |
Definition at line 36 of file bcprogressbox.h.
| BC_ProgressWindow::BC_ProgressWindow | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 91 of file bcprogressbox.C.
| BC_ProgressWindow::~BC_ProgressWindow | ( | ) | [virtual] |
Definition at line 103 of file bcprogressbox.C.
| int BC_ProgressWindow::create_objects | ( | char * | text, | |
| int64_t | length | |||
| ) |
Definition at line 107 of file bcprogressbox.C.
References BC_WindowBase::add_tool(), bar, BC_WindowBase::BC_ProgressBar, BC_WindowBase::BC_Title, caption, BC_WindowBase::get_h(), BC_WindowBase::get_root_w(), BC_WindowBase::get_text_width(), BC_WindowBase::get_w(), MEDIUMFONT, BC_WindowBase::resize_window(), BC_WindowBase::x, and BC_WindowBase::y.
Referenced by BC_ProgressBox::BC_ProgressBox().

| char* BC_ProgressWindow::text |
Definition at line 44 of file bcprogressbox.h.
Definition at line 45 of file bcprogressbox.h.
Referenced by create_objects(), BC_ProgressBox::update(), and BC_ProgressBox::update_length().
Definition at line 46 of file bcprogressbox.h.
Referenced by create_objects(), and BC_ProgressBox::update_title().
1.5.5