Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Visualization::SimilarityTimeLineVideo::OpenVideo ( std::string  videoName,
strconst  videoType 
) [inline]

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:


Generated on Thu Jan 13 09:25:17 2011 for ImpalaSrc by  doxygen 1.5.1