Definition at line 229 of file SimilarityTimeLineVideo.h. References Impala::FileNameTail(), mTitledVideoPlayer, OglGui::StaticText::SetText(), and OglGui::TitledWindow::TitleText(). Referenced by OpenVideo(). 00230 { 00231 if (!videoName.empty()) 00232 { 00233 std::string name = FileNameTail(videoName); 00234 mTitledVideoPlayer->TitleText()->SetText(name); 00235 } 00236 }
Here is the call graph for this function:
|