#include <splashgui.h>
Inherits BC_Window.

Public Member Functions | |
| SplashGUI (VFrame *bg, int x, int y) | |
| ~SplashGUI () | |
| void | create_objects () |
Data Fields | |
| BC_Title * | operation |
| VFrame * | bg |
| BC_ProgressBar * | progress |
Definition at line 7 of file splashgui.h.
| SplashGUI::SplashGUI | ( | VFrame * | bg, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 11 of file splashgui.C.
| SplashGUI::~SplashGUI | ( | ) |
| void SplashGUI::create_objects | ( | ) |
Definition at line 34 of file splashgui.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_ProgressBar, BC_WindowBase::BC_Title, bg, BC_WindowBase::draw_vframe(), BC_WindowBase::flash(), BC_WindowBase::get_h(), BC_WindowBase::get_resources(), BC_WindowBase::get_text_height(), BC_WindowBase::get_w(), BC_WindowBase::get_y(), MEDIUMFONT, operation, progress, and BC_WindowBase::show_window().
Referenced by MWindow::show_splash().

Definition at line 13 of file splashgui.h.
Referenced by create_objects(), MWindow::create_objects(), and MWindow::init_plugin_path().
Definition at line 15 of file splashgui.h.
Referenced by create_objects(), MWindow::init_plugin_path(), and MWindow::init_plugins().
1.5.5