#include <confirmsave.h>
Inherits BC_Window.

Public Member Functions | |
| ConfirmSaveWindow (MWindow *mwindow, ArrayList< BC_ListBoxItem * > *list) | |
| ~ConfirmSaveWindow () | |
| int | create_objects () |
| int | resize_event (int w, int h) |
Data Fields | |
| ArrayList< BC_ListBoxItem * > * | list |
| BC_Title * | title |
| BC_ListBox * | listbox |
Definition at line 25 of file confirmsave.h.
| ConfirmSaveWindow::ConfirmSaveWindow | ( | MWindow * | mwindow, | |
| ArrayList< BC_ListBoxItem * > * | list | |||
| ) |
Definition at line 84 of file confirmsave.C.
| ConfirmSaveWindow::~ConfirmSaveWindow | ( | ) |
Definition at line 95 of file confirmsave.C.
| int ConfirmSaveWindow::create_objects | ( | ) |
Definition at line 100 of file confirmsave.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_ListBox, BC_WindowBase::BC_Title, BC_OKButton::calculate_h(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), list, listbox, title, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by ConfirmSave::test_files().

| int ConfirmSaveWindow::resize_event | ( | int | w, | |
| int | h | |||
| ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 123 of file confirmsave.C.
References listbox, BC_ListBox::reposition_window(), BC_WindowBase::reposition_window(), title, BC_WindowBase::x, and BC_WindowBase::y.

Reimplemented from BC_WindowBase.
Definition at line 35 of file confirmsave.h.
Referenced by create_objects(), and resize_event().
1.5.5