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

void Impala::Visualization::VideoTimeLine::ShowTitle ( strconst  videoName  )  [inline]

Definition at line 90 of file VideoTimeLine.h.

References Impala::FileNameTail(), mTitledVideoPlayer, OglGui::StaticText::SetText(), and OglGui::TitledWindow::TitleText().

Referenced by OpenVideo().

00091     {
00092         if (!videoName.empty())
00093         {
00094             std::string name = FileNameTail(videoName);
00095             mTitledVideoPlayer->TitleText()->SetText(name);
00096         }
00097     }

Here is the call graph for this function:


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