#include <cwindowgui.h>
Inherits PlayTransport.

Public Member Functions | |
| CWindowTransport (MWindow *mwindow, CWindowGUI *gui, int x, int y) | |
| EDL * | get_edl () |
| void | goto_start () |
| void | goto_end () |
Data Fields | |
| CWindowGUI * | gui |
Definition at line 198 of file cwindowgui.h.
| CWindowTransport::CWindowTransport | ( | MWindow * | mwindow, | |
| CWindowGUI * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 805 of file cwindowgui.C.
| EDL * CWindowTransport::get_edl | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 817 of file cwindowgui.C.
References MWindow::edl, and PlayTransport::mwindow.
| void CWindowTransport::goto_start | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 822 of file cwindowgui.C.
References MWindow::goto_start(), MWindow::gui, gui, PlayTransport::handle_transport(), BC_WindowBase::lock_window(), PlayTransport::mwindow, and BC_WindowBase::unlock_window().

| void CWindowTransport::goto_end | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 834 of file cwindowgui.C.
References MWindow::goto_end(), MWindow::gui, gui, PlayTransport::handle_transport(), BC_WindowBase::lock_window(), PlayTransport::mwindow, and BC_WindowBase::unlock_window().

1.5.5