#include <zoombar.h>
Inherits BC_Tumbler.

Public Member Functions | |
| AutoZoom (MWindow *mwindow, ZoomBar *zoombar, int x, int y, int changemax) | |
| int | handle_up_event () |
| int | handle_down_event () |
Data Fields | |
| MWindow * | mwindow |
| ZoomBar * | zoombar |
| int | changemax |
Definition at line 83 of file zoombar.h.
Definition at line 400 of file zoombar.C.
References _, and BC_WindowBase::set_tooltip().

| int AutoZoom::handle_up_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 414 of file zoombar.C.
References MWindowGUI::canvas, MWindow::change_currentautorange(), changemax, TrackCanvas::draw_overlays(), MWindow::edl, BC_WindowBase::flash(), MWindow::gui, EDL::local_session, mwindow, MWindowGUI::patchbay, PatchBay::update(), ZoomBar::update_autozoom(), MWindowGUI::zoombar, and LocalSession::zoombar_showautotype.

| int AutoZoom::handle_down_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 425 of file zoombar.C.
References MWindowGUI::canvas, MWindow::change_currentautorange(), changemax, TrackCanvas::draw_overlays(), MWindow::edl, BC_WindowBase::flash(), MWindow::gui, EDL::local_session, mwindow, MWindowGUI::patchbay, PatchBay::update(), ZoomBar::update_autozoom(), MWindowGUI::zoombar, and LocalSession::zoombar_showautotype.

1.5.5