#include <loadmode.h>
Public Member Functions | |
| LoadMode (MWindow *mwindow, BC_WindowBase *window, int x, int y, int *output, int use_nothing) | |
| ~LoadMode () | |
| int | create_objects () |
| int | reposition_window (int x, int y) |
| int | get_h () |
| int | get_x () |
| int | get_y () |
| char * | mode_to_text () |
Static Public Member Functions | |
| static int | calculate_h (BC_WindowBase *gui) |
Public Attributes | |
| BC_Title * | title |
| BC_TextBox * | textbox |
| LoadModeListBox * | listbox |
| MWindow * | mwindow |
| BC_WindowBase * | window |
| int | x |
| int | y |
| int * | output |
| int | use_nothing |
| ArrayList< LoadModeItem * > | load_modes |
Definition at line 17 of file loadmode.h.
|
||||||||||||||||||||||||||||
|
Definition at line 20 of file loadmode.C. References _, and load_modes. |
|
|
Definition at line 42 of file loadmode.C. References listbox, load_modes, textbox, and title. |
|
|
Definition at line 51 of file loadmode.C. Referenced by RecordGUI::create_objects(). |
|
|
Definition at line 66 of file loadmode.C. References _, listbox, Theme::loadmode_w, mode_to_text(), mwindow, textbox, MWindow::theme, title, window, x, and y. Referenced by RenderWindow::create_objects(), RecordGUI::create_objects(), MenuEffectWindow::create_objects(), and LoadFileWindow::create_objects(). |
|
|
Definition at line 85 of file loadmode.C. References textbox, and title. Referenced by RecordGUI::create_objects(). |
|
|
Definition at line 93 of file loadmode.C. References x. |
|
|
Definition at line 98 of file loadmode.C. References y. Referenced by RecordGUI::resize_event(). |
|
|
Definition at line 56 of file loadmode.C. References _, load_modes, and output. Referenced by create_objects(). |
|
||||||||||||
|
Definition at line 103 of file loadmode.C. References listbox, Theme::loadmode_w, mwindow, textbox, MWindow::theme, and title. Referenced by RecordGUI::resize_event(), MenuEffectWindow::resize_event(), and LoadFileWindow::resize_event(). |
|
|
Definition at line 39 of file loadmode.h. Referenced by create_objects(), reposition_window(), and ~LoadMode(). |
|
|
Definition at line 46 of file loadmode.h. Referenced by LoadMode(), mode_to_text(), and ~LoadMode(). |
|
|
Definition at line 40 of file loadmode.h. Referenced by create_objects(), and reposition_window(). |
|
|
Definition at line 44 of file loadmode.h. Referenced by LoadModeListBox::handle_event(), and mode_to_text(). |
|
|
Definition at line 38 of file loadmode.h. Referenced by create_objects(), get_h(), LoadModeListBox::handle_event(), reposition_window(), and ~LoadMode(). |
|
|
Definition at line 37 of file loadmode.h. Referenced by create_objects(), get_h(), reposition_window(), and ~LoadMode(). |
|
|
Definition at line 45 of file loadmode.h. |
|
|
Definition at line 41 of file loadmode.h. Referenced by create_objects(). |
|
|
Definition at line 42 of file loadmode.h. Referenced by create_objects(), and get_x(). |
|
|
Definition at line 43 of file loadmode.h. Referenced by create_objects(), and get_y(). |
1.4.4