Definition at line 177 of file VideoPlayer.h. References mPlaying, OglGui::OglWindow::SetAlwaysDraw(), and OglGui::OglWindow::UpdateScene(). Referenced by Impala::Application::IDash::ScreenTimeLineVideo::HandleActivate(), Impala::Visualization::SegmentationDocumentGuiAnno::HandleNewKey(), KeyboardFunc(), Impala::Visualization::VideoPlayerControl::OnRadioButton(), ReadFrameIntoOglImage(), Reset(), and Impala::Application::IDash::ScreenReconstruction::Stop(). 00178 { 00179 mPlaying = false; 00180 SetAlwaysDraw(false); 00181 UpdateScene(); 00182 }
Here is the call graph for this function:
|