#include <vplayback.h>
Inherits PlaybackEngine.

Public Member Functions | |
| VPlayback (MWindow *mwindow, VWindow *vwindow, Canvas *output) | |
| int | create_render_engine () |
| void | init_cursor () |
| void | stop_cursor () |
| void | goto_start () |
| void | goto_end () |
Data Fields | |
| VWindow * | vwindow |
Definition at line 7 of file vplayback.h.
Definition at line 12 of file vplayback.C.
| int VPlayback::create_render_engine | ( | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 18 of file vplayback.C.
References PlaybackEngine::create_render_engine().

| void VPlayback::init_cursor | ( | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 23 of file vplayback.C.
References VWindow::playback_cursor, Tracking::start_playback(), PlaybackEngine::tracking_position, and vwindow.

| void VPlayback::stop_cursor | ( | ) | [virtual] |
Reimplemented from PlaybackEngine.
Definition at line 28 of file vplayback.C.
References VWindow::playback_cursor, Tracking::stop_playback(), and vwindow.

| void VPlayback::goto_start | ( | ) |
| void VPlayback::goto_end | ( | ) |
1.5.5