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:
|