#include <motionwindow.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| GlobalSearchPositions (MotionMain *plugin, int x, int y, int w) | |
| void | create_objects () |
| int | handle_event () |
Data Fields | |
| MotionMain * | plugin |
Definition at line 187 of file motionwindow.h.
| GlobalSearchPositions::GlobalSearchPositions | ( | MotionMain * | plugin, | |
| int | x, | |||
| int | y, | |||
| int | w | |||
| ) |
Definition at line 344 of file motionwindow.C.
| void GlobalSearchPositions::create_objects | ( | ) |
Definition at line 356 of file motionwindow.C.
References BC_PopupMenu::add_item(), BC_WindowBase::BC_MenuItem, BCTEXTLEN, plugin, and BC_PopupMenu::set_text().
Referenced by MotionWindow::create_objects().

| int GlobalSearchPositions::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 375 of file motionwindow.C.
References BC_PopupMenu::get_text(), plugin, and PluginClient::send_configure_change().

1.5.5