#include <vwindowgui.h>
Inherits PlayTransport.

Public Member Functions | |
| VWindowTransport (MWindow *mwindow, VWindowGUI *gui, int x, int y) | |
| EDL * | get_edl () |
| void | goto_start () |
| void | goto_end () |
Data Fields | |
| VWindowGUI * | gui |
Definition at line 169 of file vwindowgui.h.
| VWindowTransport::VWindowTransport | ( | MWindow * | mwindow, | |
| VWindowGUI * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 752 of file vwindowgui.C.
| EDL * VWindowTransport::get_edl | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 764 of file vwindowgui.C.
References VWindow::get_edl(), gui, and VWindowGUI::vwindow.

| void VWindowTransport::goto_start | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 770 of file vwindowgui.C.
References VWindow::goto_start(), gui, PlayTransport::handle_transport(), BC_WindowBase::lock_window(), BC_WindowBase::unlock_window(), and VWindowGUI::vwindow.

| void VWindowTransport::goto_end | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 778 of file vwindowgui.C.
References VWindow::goto_end(), gui, PlayTransport::handle_transport(), BC_WindowBase::lock_window(), BC_WindowBase::unlock_window(), and VWindowGUI::vwindow.

1.5.5