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

void Impala::Visualization::SimilarityTimeLineVideo::HandleVisibility ( SimilarityTimeLine simTL  )  [inline, protected]

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:


Generated on Fri Mar 19 11:48:46 2010 for ImpalaSrc by  doxygen 1.5.1