#include <plugindialog.h>
Inherits BC_ListBox.

Public Member Functions | |
| PluginDialogNew (PluginDialog *dialog, ArrayList< BC_ListBoxItem * > *standalone_data, int x, int y, int w, int h) | |
| ~PluginDialogNew () | |
| int | handle_event () |
| int | selection_changed () |
Data Fields | |
| PluginDialog * | dialog |
Definition at line 170 of file plugindialog.h.
| PluginDialogNew::PluginDialogNew | ( | PluginDialog * | dialog, | |
| ArrayList< BC_ListBoxItem * > * | standalone_data, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
Definition at line 548 of file plugindialog.C.
| PluginDialogNew::~PluginDialogNew | ( | ) |
Definition at line 563 of file plugindialog.C.
| int PluginDialogNew::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 564 of file plugindialog.C.
References BC_WindowBase::set_done().

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

1.5.5