#include <zoombar.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| AutoTypeMenu (MWindow *mwindow, ZoomBar *zoombar, int x, int y) | |
| void | create_objects () |
| int | handle_event () |
Static Public Member Functions | |
| static char * | to_text (int shape) |
| static int | from_text (char *text) |
Data Fields | |
| MWindow * | mwindow |
| ZoomBar * | zoombar |
Definition at line 95 of file zoombar.h.
Definition at line 438 of file zoombar.C.
References _, and BC_WindowBase::set_tooltip().

| void AutoTypeMenu::create_objects | ( | ) |
Definition at line 446 of file zoombar.C.
References BC_PopupMenu::add_item(), BC_WindowBase::BC_MenuItem, and to_text().
Referenced by ZoomBar::create_objects().

| char * AutoTypeMenu::to_text | ( | int | shape | ) | [static] |
Definition at line 455 of file zoombar.C.
References _.
Referenced by create_objects(), and from_text().
| int AutoTypeMenu::from_text | ( | char * | text | ) | [static] |
Definition at line 474 of file zoombar.C.
References to_text().
Referenced by handle_event().

| int AutoTypeMenu::handle_event | ( | ) | [virtual] |
Reimplemented from BC_PopupMenu.
Definition at line 488 of file zoombar.C.
References MWindow::edl, from_text(), BC_PopupMenu::get_text(), EDL::local_session, mwindow, ZoomBar::update_autozoom(), zoombar, and LocalSession::zoombar_showautotype.

1.5.5