#include <ctracking.h>
Inheritance diagram for CTracking:
Public Member Functions | |
| CTracking (MWindow *mwindow, CWindow *cwindow) | |
| ~CTracking () | |
| PlaybackEngine * | get_playback_engine () |
| void | update_tracker (double position) |
| int | update_scroll (double position) |
| int | start_playback (double new_position) |
| int | stop_playback () |
| void | draw () |
Public Attributes | |
| CWindow * | cwindow |
Definition at line 9 of file ctracking.h.
|
||||||||||||
|
Definition at line 19 of file ctracking.C. |
|
|
Definition at line 25 of file ctracking.C. |
|
|
Reimplemented from Tracking. Definition at line 152 of file ctracking.C. |
|
|
Reimplemented from Tracking. Definition at line 29 of file ctracking.C. References cwindow, and CWindow::playback_engine. Referenced by update_scroll(). |
|
|
Reimplemented from Tracking. Definition at line 34 of file ctracking.C. References MWindowGUI::cursor, MWindow::gui, Tracking::mwindow, MainCursor::playing_back, and Tracking::start_playback(). Referenced by CPlayback::init_cursor(). |
|
|
Reimplemented from Tracking. Definition at line 42 of file ctracking.C. References MWindowGUI::cursor, MWindow::gui, Tracking::mwindow, MainCursor::playing_back, and Tracking::stop_playback(). Referenced by CPlayback::stop_cursor(). |
|
|
Definition at line 54 of file ctracking.C. References MWindowGUI::canvas, PlaybackEngine::command, MWindow::edl, TransportCommand::get_direction(), get_playback_engine(), MWindow::gui, EDL::local_session, MWindow::move_left(), MWindow::move_right(), Tracking::mwindow, EDLSession::sample_rate, SCROLL_THRESHOLD, EDL::session, EDLSession::view_follows_playback, LocalSession::view_start, and LocalSession::zoom_sample. Referenced by update_tracker(). |
|
|
|
Definition at line 25 of file ctracking.h. Referenced by get_playback_engine(), and update_tracker(). |
1.4.4