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

void Impala::Visualization::VideoTimeLine::HandleVisibility ( TimeLineViewStrip tLineViewStrip  )  [inline]

Definition at line 121 of file VideoTimeLine.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().

00122     {
00123         if (!tLineViewStrip->IsDragging() &&
00124             (mCenterNeedle || (mVideoPlayer->Playing() && mCenterNeedleOnPlay)))
00125            tLineViewStrip->ShowCurrentAt(tLineViewStrip->W()/2);
00126         else
00127             tLineViewStrip->MakeCurrentVisible();
00128     }

Here is the call graph for this function:


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