Definition at line 261 of file VideoPlayer.h. References GotoFrame(), mMoveToFrameTarget, OglGui::OglWindow::mOglWnd, and mPlaying. Referenced by Impala::Application::IDash::ScreenTimeLineVideo::HandleActivate(), Impala::Visualization::SegmentationDocumentGuiAnno::HandleNewShot(), and Impala::Application::IDash::ScreenTimeLineVideo::HandleNewVideo(). 00262 { 00263 if (mPlaying) 00264 GotoFrame(frameNr); 00265 else { 00266 mMoveToFrameTarget = frameNr; 00267 oglSys.SetAlwaysDraw(mOglWnd,1); 00268 } 00269 }
Here is the call graph for this function:
|