#include <menueffects.h>
Inherits BC_ListBox.

Public Member Functions | |
| MenuEffectWindowList (MenuEffectWindow *window, int x, int y, int w, int h, ArrayList< BC_ListBoxItem * > *plugin_list) | |
| int | handle_event () |
Data Fields | |
| MenuEffectWindow * | window |
Definition at line 136 of file menueffects.h.
| MenuEffectWindowList::MenuEffectWindowList | ( | MenuEffectWindow * | window, | |
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h, | |||
| ArrayList< BC_ListBoxItem * > * | plugin_list | |||
| ) |
Definition at line 701 of file menueffects.C.
| int MenuEffectWindowList::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 717 of file menueffects.C.
References BC_ListBox::get_selection_number(), MenuEffectWindow::result, BC_WindowBase::set_done(), and window.

1.5.5