#include <motionwindow.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| MasterLayer (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 int | from_text (char *text) |
| static char * | to_text (int mode) |
Data Fields | |
| MotionMain * | plugin |
| MotionWindow * | gui |
Definition at line 4 of file motionwindow.h.
| MasterLayer::MasterLayer | ( | MotionMain * | plugin, | |
| MotionWindow * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 781 of file motionwindow.C.
| int MasterLayer::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 791 of file motionwindow.C.
References from_text(), BC_PopupMenu::get_text(), plugin, and PluginClient::send_configure_change().

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

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

| int MasterLayer::from_text | ( | char * | text | ) | [static] |
| char * MasterLayer::to_text | ( | int | mode | ) | [static] |
Definition at line 810 of file motionwindow.C.
References _.
Referenced by calculate_w(), create_objects(), and MotionMain::update_gui().
Definition at line 14 of file motionwindow.h.
1.5.5