#include <pluginpopup.h>
Inherits BC_MenuItem.

Public Member Functions | |
| PluginPopupIn (MWindow *mwindow, PluginPopup *popup) | |
| ~PluginPopupIn () | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| PluginPopup * | popup |
Definition at line 87 of file pluginpopup.h.
| PluginPopupIn::PluginPopupIn | ( | MWindow * | mwindow, | |
| PluginPopup * | popup | |||
| ) |
Definition at line 121 of file pluginpopup.C.
| PluginPopupIn::~PluginPopupIn | ( | ) |
Definition at line 128 of file pluginpopup.C.
| int PluginPopupIn::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 132 of file pluginpopup.C.
References BC_MenuItem::get_checked(), Plugin::in, mwindow, PluginPopup::plugin, popup, and MWindow::sync_parameters().

1.5.5