#include <zoombar.h>
Inherits BC_TextBox.

Public Member Functions | |
| FromTextBox (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 128 of file zoombar.h.
Definition at line 555 of file zoombar.C.
References _, and BC_WindowBase::set_tooltip().

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

| int FromTextBox::update_position | ( | double | new_position | ) |
Definition at line 573 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 FromTextBox::string[256] |
| char FromTextBox::string2[256] |
1.5.5