Definition at line 61 of file VideoTimeLine.h. References HandleNewVideo(), mTLineViewStrip, mVideoPlayer, Impala::Visualization::VideoPlayer::OpenVideo(), ShowTitle(), and Impala::Visualization::TimeLineViewStrip::ViewStripRgbDataSrc(). 00062 { 00063 ShowTitle(videoName); 00064 mVideoPlayer->OpenVideo(vidRgb); 00065 mTLineViewStrip->ViewStripRgbDataSrc(stripRgb); 00066 if (vidRgb && stripRgb) 00067 HandleNewVideo(); 00068 }
Here is the call graph for this function:
|