
Public Member Functions | |
| OverlayMode (Overlay *plugin, int x, int y) | |
| void | create_objects () |
| int | handle_event () |
Data Fields | |
| Overlay * | plugin |
Definition at line 52 of file overlay.C.
| OverlayMode::OverlayMode | ( | Overlay * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
| void OverlayMode::create_objects | ( | ) |
Definition at line 288 of file overlay.C.
References BC_PopupMenu::add_item(), BC_WindowBase::BC_MenuItem, and OverlayConfig::mode_to_text().
Referenced by OverlayWindow::create_objects().

| int OverlayMode::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 294 of file overlay.C.
References BC_PopupMenu::get_text(), OverlayConfig::mode_to_text(), plugin, PluginClient::send_configure_change(), and BC_PopupMenu::text.

1.5.5