#include <mbuttons.h>
Inherits PlayTransport.

Public Member Functions | |
| MainTransport (MWindow *mwindow, MButtons *mbuttons, int x, int y) | |
| void | goto_start () |
| void | goto_end () |
Definition at line 50 of file mbuttons.h.
Definition at line 100 of file mbuttons.C.
| void MainTransport::goto_start | ( | ) | [virtual] |
Reimplemented from PlayTransport.
Definition at line 105 of file mbuttons.C.
References MWindow::goto_start(), MWindow::gui, PlayTransport::handle_transport(), BC_WindowBase::lock_window(), PlayTransport::mwindow, and BC_WindowBase::unlock_window().

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

1.5.5