#include <VideoJpgPlayerControl.h>
Inheritance diagram for Impala::Visualization::VideoJpgPlayerControl:
Public Types | |
typedef OglGui::Window | Window |
typedef OglGui::RadioGroup | RadioGroup |
typedef OglGui::Button | Button |
Public Member Functions | |
VideoJpgPlayerControl (int x, int y, int w, int h, VideoJpgPlayer *videoJpgPlayer=0) | |
VideoJpgPlayerControl (Window *parent, int w, int h, VideoJpgPlayer *videoJpgPlayer=0) | |
VideoJpgPlayerControl (Window *parent, int x, int y, int w, int h, VideoJpgPlayer *videoJpgPlayer=0) | |
void | SetVideoJpgPlayer (VideoJpgPlayer *videoJpgPlayer) |
virtual void | OnRadioChange (RadioGroup *src, int button, void *data) |
Button * | GetButton (int id) |
virtual void | InitDisplayFunc () |
Private Member Functions | |
void | Init (int w, int h, VideoJpgPlayer *videoJpgPlayer) |
Private Attributes | |
VideoJpgPlayer * | mVideoJpgPlayer |
Button * | mPlayButton |
Button * | mStopButton |
Button * | mResetButton |
Button * | mNextButton |
Button * | mPrevButton |
Button * | mFFwdButton |
Button * | mFBwdButton |
Definition at line 20 of file VideoJpgPlayerControl.h.