#include "edl.inc"#include "guicast.h"#include "mwindow.inc"#include "playbackengine.inc"#include "playtransport.inc"


Go to the source code of this file.
Data Structures | |
| class | PlayTransport |
| class | PTransportButton |
| class | RewindButton |
| class | FastReverseButton |
| class | ReverseButton |
| class | FrameReverseButton |
| class | PlayButton |
| class | FramePlayButton |
| class | FastPlayButton |
| class | EndButton |
| class | StopButton |
Defines | |
| #define | PLAY_MODE 0 |
| #define | PAUSE_MODE 1 |
| #define | PAUSEDOWN_MODE 2 |
| #define PAUSE_MODE 1 |
Definition at line 11 of file playtransport.h.
| #define PAUSEDOWN_MODE 2 |
Definition at line 12 of file playtransport.h.
| #define PLAY_MODE 0 |
Definition at line 10 of file playtransport.h.
Referenced by PlayTransport::pause_transport(), PTransportButton::PTransportButton(), and PlayTransport::reset_transport().
1.5.5