Reimplemented from Impala::Visualization::DataDocumentGui< DataDocT >. Definition at line 82 of file VxsDocumentGuiPlay.h. References Impala::Visualization::VideoNav::ChangeSrc(), Impala::Core::VideoSet::VxsDocument::CurVideo(), HandleNewFrame(), mVideoNav, and mVxsDoc. Referenced by HandleActivate(). 00083 { 00084 DataDocumentGui<VxsDocument>::HandleNewFile(); 00085 mVideoNav->ChangeSrc(mVxsDoc->CurVideo()); 00086 HandleNewFrame(); 00087 }
Here is the call graph for this function:
|