#include <zoombar.h>
Inherits BC_TextBox.

Public Member Functions | |
| ZoomTextBox (MWindow *mwindow, ZoomBar *zoombar, int x, int y, char *text) | |
| int | button_press_event () |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| ZoomBar * | zoombar |
Definition at line 111 of file zoombar.h.
Definition at line 495 of file zoombar.C.
References _, and BC_WindowBase::set_tooltip().

| int ZoomTextBox::button_press_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 503 of file zoombar.C.
References BC_TextBox::button_press_event(), MWindowGUI::canvas, MWindow::change_currentautorange(), TrackCanvas::draw_overlays(), MWindow::edl, BC_WindowBase::flash(), BC_WindowBase::get_buttonpress(), BC_WindowBase::get_relative_cursor_x(), BC_WindowBase::get_w(), MWindow::gui, BC_WindowBase::is_event_win(), EDL::local_session, mwindow, MWindowGUI::patchbay, PatchBay::update(), ZoomBar::update_autozoom(), MWindowGUI::zoombar, and LocalSession::zoombar_showautotype.

| int ZoomTextBox::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 530 of file zoombar.C.
References LocalSession::automation_maxs, LocalSession::automation_mins, AUTOMATIONVIEWCLAMPS, MWindowGUI::canvas, TrackCanvas::draw_overlays(), MWindow::edl, BC_WindowBase::flash(), BC_TextBox::get_text(), MWindow::gui, EDL::local_session, min, mwindow, MWindowGUI::patchbay, PatchBay::update(), ZoomBar::update_autozoom(), MWindowGUI::zoombar, and LocalSession::zoombar_showautotype.

1.5.5