#include <plugindialog.h>
Inherits BC_ListBox.

Public Member Functions | |
| PluginDialogModules (PluginDialog *dialog, ArrayList< BC_ListBoxItem * > *module_data, int x, int y, int w, int h) | |
| ~PluginDialogModules () | |
| int | handle_event () |
| int | selection_changed () |
Data Fields | |
| PluginDialog * | dialog |
Definition at line 202 of file plugindialog.h.
| PluginDialogModules::PluginDialogModules | ( | PluginDialog * | dialog, | |
| ArrayList< BC_ListBoxItem * > * | module_data, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
Definition at line 706 of file plugindialog.C.
| PluginDialogModules::~PluginDialogModules | ( | ) |
Definition at line 721 of file plugindialog.C.
| int PluginDialogModules::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 722 of file plugindialog.C.
References BC_WindowBase::set_done().

| int PluginDialogModules::selection_changed | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 730 of file plugindialog.C.
References dialog, BC_ListBox::draw_items(), BC_ListBox::get_selection_number(), PluginDialog::selected_available, PluginDialog::selected_modules, PluginDialog::selected_shared, BC_ListBox::set_all_selected(), PluginDialog::shared_data, PluginDialog::shared_list, PluginDialog::standalone_data, and PluginDialog::standalone_list.

1.5.5