#include <zoombar.h>
Inherits BC_TextBox.

Public Member Functions | |
| ToTextBox (MWindow *mwindow, ZoomBar *zoombar, int x, int y) | |
| int | handle_event () |
| int | update_position (double new_position) |
Data Fields | |
| char | string [256] |
| char | string2 [256] |
| MWindow * | mwindow |
| ZoomBar * | zoombar |
Definition at line 151 of file zoombar.h.
Definition at line 627 of file zoombar.C.
References _, and BC_WindowBase::set_tooltip().

| int ToTextBox::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 635 of file zoombar.C.
References BC_WindowBase::get_keypress(), ZoomBar::set_selection(), SET_TO, and zoombar.

| int ToTextBox::update_position | ( | double | new_position | ) |
Definition at line 645 of file zoombar.C.
References MWindow::edl, EDLSession::frame_rate, EDLSession::frames_per_foot, EDLSession::get_frame_offset(), mwindow, EDLSession::sample_rate, EDL::session, EDLSession::time_format, Units::totext(), and BC_TextBox::update().
Referenced by ZoomBar::update_clocks().

| char ToTextBox::string[256] |
| char ToTextBox::string2[256] |
1.5.5