#include <cplayback.h>
Inherits PlaybackEngine.

Public Member Functions | |
| CPlayback (MWindow *mwindow, CWindow *cwindow, Canvas *output) | |
| int | create_render_engine () |
| void | init_cursor () |
| void | stop_cursor () |
| int | brender_available (long position) |
Data Fields | |
| CWindow * | cwindow |
Definition at line 7 of file cplayback.h.
Definition at line 15 of file cplayback.C.
| int CPlayback::create_render_engine | ( | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 21 of file cplayback.C.
References PlaybackEngine::create_render_engine().

| void CPlayback::init_cursor | ( | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 26 of file cplayback.C.
References MWindowGUI::canvas, cwindow, TrackCanvas::deactivate(), MWindow::gui, BC_WindowBase::lock_window(), PlaybackEngine::mwindow, CWindow::playback_cursor, CTracking::start_playback(), PlaybackEngine::tracking_position, and BC_WindowBase::unlock_window().

| void CPlayback::stop_cursor | ( | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 34 of file cplayback.C.
References cwindow, CWindow::playback_cursor, and CTracking::stop_playback().

| int CPlayback::brender_available | ( | long | position | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 40 of file cplayback.C.
References MWindow::brender_available(), and PlaybackEngine::mwindow.

1.5.5