#include <VideoPlayerButtons.h>
Inheritance diagram for Impala::Visualization::VideoPlayerButtons:


Public Types | |
| typedef OglGui::Window | Window |
| typedef OglGui::RadioGroup | RadioGroup |
| typedef OglGui::Button | Button |
Public Member Functions | |
| VideoPlayerButtons (int x, int y, int w, int h) | |
| VideoPlayerButtons (Window *parent, int w, int h) | |
| VideoPlayerButtons (Window *parent, int x, int y, int w, int h) | |
| Button * | GetButton (int idx) |
Static Public Attributes | |
| static const int | PREF_H = 30 |
| static const int | PREF_W = 174+68 |
| static const int | PLAY = 0 |
| static const int | STOP = 1 |
| static const int | RESET = 2 |
| static const int | DECR = 3 |
| static const int | INCR = 4 |
| static const int | FBWD = 5 |
| static const int | FFWD = 6 |
Protected Attributes | |
| Button * | mButtons [7] |
Private Member Functions | |
| void | Init (int w, int h) |
Definition at line 14 of file VideoPlayerButtons.h.
1.5.1