
Public Member Functions | |
| OverlayDirection (Overlay *plugin, int x, int y) | |
| void | create_objects () |
| int | handle_event () |
Data Fields | |
| Overlay * | plugin |
Definition at line 63 of file overlay.C.
| OverlayDirection::OverlayDirection | ( | Overlay * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
| void OverlayDirection::create_objects | ( | ) |
Definition at line 324 of file overlay.C.
References BC_PopupMenu::add_item(), BC_WindowBase::BC_MenuItem, OverlayConfig::BOTTOM_FIRST, OverlayConfig::direction_to_text(), and OverlayConfig::TOP_FIRST.
Referenced by OverlayWindow::create_objects().

| int OverlayDirection::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 334 of file overlay.C.
References OverlayConfig::BOTTOM_FIRST, PluginClient::direction, OverlayConfig::direction_to_text(), BC_PopupMenu::get_text(), plugin, PluginClient::send_configure_change(), BC_PopupMenu::text, and OverlayConfig::TOP_FIRST.

1.5.5