Definition at line 112 of file SimilarityTimeLineVideo.h. References HandleNewVideo(), mVideoPlayer, Impala::Visualization::VideoPlayer::OpenVideo(), and ShowTitle(). 00113 { 00114 mVideoPlayer->OpenVideo(videoName, videoType); 00115 ShowTitle(videoName); 00116 if (!videoName.empty()) 00117 HandleNewVideo(); 00118 }
Here is the call graph for this function:
|