|
Public Types |
typedef OglGui::Window | Window |
typedef OglGui::StaticText | StaticText |
typedef OglGui::TitledWindow | TitledWindow |
typedef OglGui::WindowDocScroller | WindowDocScroller |
typedef OglGui::WindowTimeLine | WindowTimeLine |
typedef OglGui::WindowTimeLineListener | WindowTimeLineListener |
typedef Impala::Core::Stream::RgbDataSrcFactory | RgbDataSrcFactory |
typedef Impala::Core::Stream::RgbDataSrc | RgbDataSrc |
Public Member Functions |
| VideoTimeLine (int x, int y, int w, int h) |
| VideoTimeLine (Window *parent, int w, int h) |
| VideoTimeLine (Window *parent, int x, int y, int w, int h) |
void | OpenVideo (String videoName, strconst videoType) |
void | OpenVideo (String videoName, RgbDataSrc *vidRgb, RgbDataSrc *stripRgb) |
virtual void | HandleNewVideo () |
virtual void | HandleFrameSettings () |
void | ShowTitle (strconst videoName) |
virtual void | CurrentChanged (WindowTimeLine *src, long nVal, void *userData) |
virtual void | OnNewFrame (VideoPlayer *src, int frameNr, void *userData) |
void | HandleVisibility (TimeLineViewStrip *tLineViewStrip) |
void | CenterNeedleOnPlay (bool mode) |
bool | CenterNeedleOnPlay () |
void | CenterNeedle (bool mode) |
bool | CenterNeedle () |
TitledWindow * | TitledVideoPlayer () |
TitledWindow * | TitledTimeLine () |
TimeLineViewStrip * | TLineViewStrip () |
VideoPlayer * | VidPlayer () |
WindowTimeLine * | TimeLineRuler () |
WindowDocScroller * | ViewStripScroller () |
StaticText * | FrameNrTxt () |
VideoPlayerWithButtons * | VideoPlayerWithBtns () |
virtual void | DisplayFunc () |
Private Member Functions |
void | Init (int w, int h) |
Private Attributes |
TitledWindow * | mTitledVideoPlayer |
TitledWindow * | mTitledTimeLine |
TimeLineViewStrip * | mTLineViewStrip |
VideoPlayer * | mVideoPlayer |
VideoPlayerWithButtons * | mVideoPlayerWithBtns |
WindowTimeLine * | mTimeLineRuler |
WindowDocScroller * | mViewStripScroller |
StaticText * | mFrameNrTxt |
bool | mCenterNeedleOnPlay |
bool | mCenterNeedle |
| ILOG_VAR_DEC |