Reimplemented from Impala::Visualization::AppControlDoc. Definition at line 73 of file VxsDocumentGuiPlay.h. References OglGui::CheckBox::GetSelected(), HandleNewFile(), mCheckBoxFBM, mVxsDoc, and Impala::Core::VideoSet::VxsDocument::SetFrameNavBetweenMarked(). 00074 { 00075 mVxsDoc->SetFrameNavBetweenMarked(mCheckBoxFBM->GetSelected()); 00076 //AppControlDoc::HandleActivate(); 00077 HandleNewFile(); 00078 DataDocumentGui<VxsDocument>::HandleNewBookmarked(); 00079 }
Here is the call graph for this function:
|