#include <statusbar.h>
Public Member Functions | |
| StatusBar (MWindow *mwindow, MWindowGUI *gui) | |
| ~StatusBar () | |
| void | set_message (char *text) |
| void | default_message () |
| int | create_objects () |
| void | resize_event () |
Public Attributes | |
| MWindow * | mwindow |
| MWindowGUI * | gui |
| BC_ProgressBar * | main_progress |
| StatusBarCancel * | main_progress_cancel |
| BC_Title * | status_text |
Definition at line 10 of file statusbar.h.
|
||||||||||||
|
Definition at line 14 of file statusbar.C. |
|
|
Definition at line 24 of file statusbar.C. |
|
|
Definition at line 30 of file statusbar.C. References default_message(), main_progress, main_progress_cancel, Theme::message_normal, Theme::mstatus_cancel_x, Theme::mstatus_message_x, Theme::mstatus_message_y, Theme::mstatus_progress_w, Theme::mstatus_progress_x, Theme::mstatus_progress_y, mwindow, status_text, and MWindow::theme. Referenced by MWindowGUI::create_objects(). |
|
|
Definition at line 88 of file statusbar.C. References _, Theme::message_normal, mwindow, status_text, and MWindow::theme. Referenced by create_objects(), MWindow::load_filenames(), and MainProgressBar::stop_progress(). |
|
|
Definition at line 61 of file statusbar.C. References main_progress, main_progress_cancel, Theme::mstatus_cancel_x, Theme::mstatus_cancel_y, Theme::mstatus_h, Theme::mstatus_message_x, Theme::mstatus_message_y, Theme::mstatus_progress_x, Theme::mstatus_progress_y, Theme::mstatus_w, Theme::mstatus_x, Theme::mstatus_y, mwindow, status_text, and MWindow::theme. Referenced by MWindowGUI::resize_event(). |
|
|
Definition at line 83 of file statusbar.C. References status_text. |
|
|
Definition at line 22 of file statusbar.h. |
|
|
Definition at line 23 of file statusbar.h. Referenced by create_objects(), resize_event(), and MainProgress::start_progress(). |
|
|
Definition at line 24 of file statusbar.h. Referenced by create_objects(), and resize_event(). |
|
|
Definition at line 21 of file statusbar.h. Referenced by create_objects(), default_message(), and resize_event(). |
|
|
Definition at line 25 of file statusbar.h. Referenced by create_objects(), default_message(), resize_event(), set_message(), and MWindowGUI::show_message(). |
1.4.4