#include <cwindowtool.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| CWindowMaskMode (MWindow *mwindow, CWindowToolGUI *gui, int x, int y, char *text) | |
| void | create_objects () |
| int | handle_event () |
| int | text_to_mode (char *text) |
Static Public Member Functions | |
| static char * | mode_to_text (int mode) |
Data Fields | |
| MWindow * | mwindow |
| CWindowToolGUI * | gui |
Definition at line 107 of file cwindowtool.h.
| CWindowMaskMode::CWindowMaskMode | ( | MWindow * | mwindow, | |
| CWindowToolGUI * | gui, | |||
| int | x, | |||
| int | y, | |||
| char * | text | |||
| ) |
Definition at line 1366 of file cwindowtool.C.
| void CWindowMaskMode::create_objects | ( | ) |
Definition at line 1381 of file cwindowtool.C.
References BC_PopupMenu::add_item(), BC_WindowBase::BC_MenuItem, and mode_to_text().
Referenced by CWindowMaskGUI::create_objects().

| int CWindowMaskMode::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 1414 of file cwindowtool.C.
References Track::automation, Automation::autos, Autos::default_auto, BC_PopupMenu::get_text(), gui, text_to_mode(), and CWindowToolGUI::update_preview().

| char * CWindowMaskMode::mode_to_text | ( | int | mode | ) | [static] |
Definition at line 1387 of file cwindowtool.C.
References _.
Referenced by create_objects(), and CWindowMaskGUI::update().
| int CWindowMaskMode::text_to_mode | ( | char * | text | ) |
Definition at line 115 of file cwindowtool.h.
1.5.5