Definition at line 397 of file SimilarityTimeLineVideo.h. References OglGui::ZoomShiftRuler::IsDragging(), OglGui::ZoomShiftRuler::MakeCurrentVisible(), mCenterNeedle, mCenterNeedleOnPlay, mVideoPlayer, Impala::Visualization::VideoPlayer::Playing(), OglGui::ZoomShiftRuler::ShowCurrentAt(), and OglGui::OglWindow::W(). Referenced by DisplayFunc(), and OnNewFrame(). 00398 { 00399 if (!simTL->IsDragging() && 00400 (mCenterNeedle || (mVideoPlayer->Playing() && mCenterNeedleOnPlay))) 00401 simTL->ShowCurrentAt(simTL->W()/2); 00402 else 00403 simTL->MakeCurrentVisible(); 00404 }
Here is the call graph for this function:
|