Definition at line 1784 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::CursorToDir(), HandleCmdOptions(), InitGUI(), InitVars(), mNoAutoNextAnno, and ReadKeyBindings(). 01785 { 01786 HandleCmdOptions(); 01787 ReadKeyBindings(); 01788 InitVars(segDoc,conceptSet,maxAnnoPerVideo); 01789 mNoAutoNextAnno = true; 01790 InitGUI(); 01791 AllHandleNewCursor(segDoc->CursorToDir(0),false); 01792 mNoAutoNextAnno = false; 01793 }
Here is the call graph for this function:
|