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

virtual void Impala::Visualization::VideoTimeLine::OnNewFrame ( VideoPlayer src,
int  frameNr,
void *  userData 
) [inline, virtual]

Reimplemented from Impala::Visualization::VideoPlayerListener.

Definition at line 114 of file VideoTimeLine.h.

References OglGui::ZoomShiftRuler::Current(), HandleVisibility(), mTimeLineRuler, and mTLineViewStrip.

00115     {
00116         mTimeLineRuler->Current(frameNr*40);
00117         mTLineViewStrip->Current(frameNr*40);
00118         HandleVisibility(mTLineViewStrip);
00119     }

Here is the call graph for this function:


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