#include <pluginpopup.h>
Inherits BC_MenuItem.

Public Member Functions | |
| PluginPopupOut (MWindow *mwindow, PluginPopup *popup) | |
| ~PluginPopupOut () | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| PluginPopup * | popup |
Definition at line 99 of file pluginpopup.h.
| PluginPopupOut::PluginPopupOut | ( | MWindow * | mwindow, | |
| PluginPopup * | popup | |||
| ) |
Definition at line 143 of file pluginpopup.C.
| PluginPopupOut::~PluginPopupOut | ( | ) |
Definition at line 150 of file pluginpopup.C.
| int PluginPopupOut::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 154 of file pluginpopup.C.
References BC_MenuItem::get_checked(), mwindow, Plugin::out, PluginPopup::plugin, popup, and MWindow::sync_parameters().

1.5.5