#include <zoombar.h>
Inherits BC_TextBox.

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

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

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

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