#include <motionwindow.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| Mode3 (MotionMain *plugin, MotionWindow *gui, int x, int y) | |
| int | handle_event () |
| void | create_objects () |
Static Public Member Functions | |
| static int | calculate_w (MotionWindow *gui) |
| static void | from_text (int *horizontal_only, int *vertical_only, char *text) |
| static char * | to_text (int horizontal_only, int vertical_only) |
Data Fields | |
| MotionMain * | plugin |
| MotionWindow * | gui |
Definition at line 43 of file motionwindow.h.
| Mode3::Mode3 | ( | MotionMain * | plugin, | |
| MotionWindow * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 973 of file motionwindow.C.
| int Mode3::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 983 of file motionwindow.C.
References from_text(), BC_PopupMenu::get_text(), plugin, and PluginClient::send_configure_change().

| void Mode3::create_objects | ( | ) |
Definition at line 990 of file motionwindow.C.
References BC_PopupMenu::add_item(), BC_WindowBase::BC_MenuItem, and to_text().
Referenced by MotionWindow::create_objects().

| int Mode3::calculate_w | ( | MotionWindow * | gui | ) | [static] |
Definition at line 1012 of file motionwindow.C.
References BC_WindowBase::get_text_width(), MAX, MEDIUMFONT, and to_text().

| void Mode3::from_text | ( | int * | horizontal_only, | |
| int * | vertical_only, | |||
| char * | text | |||
| ) | [static] |
Definition at line 997 of file motionwindow.C.
References to_text().
Referenced by handle_event().

| char * Mode3::to_text | ( | int | horizontal_only, | |
| int | vertical_only | |||
| ) | [static] |
Definition at line 1005 of file motionwindow.C.
References _.
Referenced by calculate_w(), create_objects(), from_text(), and MotionMain::update_gui().
Definition at line 53 of file motionwindow.h.
1.5.5