#include <mainclock.h>
Inherits BC_Title.

Public Member Functions | |
| MainClock (MWindow *mwindow, int x, int y, int w) | |
| ~MainClock () | |
| void | set_frame_offset (double value) |
| void | update (double position) |
Data Fields | |
| MWindow * | mwindow |
| double | position_offset |
Definition at line 8 of file mainclock.h.
| MainClock::MainClock | ( | MWindow * | mwindow, | |
| int | x, | |||
| int | y, | |||
| int | w | |||
| ) |
| MainClock::~MainClock | ( | ) |
Definition at line 21 of file mainclock.C.
| void MainClock::set_frame_offset | ( | double | value | ) |
Definition at line 25 of file mainclock.C.
References position_offset.
Referenced by MWindowGUI::create_objects().
| void MainClock::update | ( | double | position | ) |
Definition at line 30 of file mainclock.C.
References BCTEXTLEN, MWindow::edl, EDLSession::frame_rate, EDLSession::frames_per_foot, mwindow, position_offset, EDLSession::sample_rate, EDL::session, EDLSession::time_format, Units::totext(), and BC_Title::update().
Referenced by MWindowGUI::create_objects(), TrackCanvas::cursor_motion_event(), MWindowGUI::redraw_time_dependancies(), MWindow::select_point(), MWindowGUI::update(), TrackCanvas::update_drag_handle(), VWindow::update_position(), VTracking::update_tracker(), and CTracking::update_tracker().

| double MainClock::position_offset |
Definition at line 18 of file mainclock.h.
Referenced by MainClock(), set_frame_offset(), and update().
1.5.5