Definition at line 1809 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::CursorToDir(), HandleCmdOptions(), InitGUI(), InitVars(), mNoAutoNextAnno, and ReadKeyBindings(). 01810 { 01811 HandleCmdOptions(); 01812 ReadKeyBindings(); 01813 InitVars(segDoc,conceptSet,maxAnnoPerVideo); 01814 mNoAutoNextAnno = true; 01815 InitGUI(); 01816 AllHandleNewCursor(segDoc->CursorToDir(0),false); 01817 mNoAutoNextAnno = false; 01818 }
Here is the call graph for this function: ![]()
|