#include <VideoPlayerWithButtons.h>
Inheritance diagram for Impala::Visualization::VideoPlayerWithButtons:
Public Types | |
typedef OglGui::Window | Window |
Public Member Functions | |
VideoPlayerWithButtons (int x, int y, int w, int h, int margin=2) | |
VideoPlayerWithButtons (Window *parent, int w, int h, int margin=2) | |
VideoPlayerWithButtons (Window *parent, int x, int y, int w, int h, int margin=2) | |
VideoPlayer * | Player () |
VideoPlayerControl * | PlayerControl () |
Private Member Functions | |
void | Init (int w, int h, int m) |
Private Attributes | |
VideoPlayer * | mPlayer |
VideoPlayerControl * | mPlayerControl |
Definition at line 18 of file VideoPlayerWithButtons.h.