Reimplemented from Impala::Visualization::DataDocumentGui< DataDocT >. Definition at line 129 of file SegmentationDocumentGuiAnno.h. References CheckAnnoMax(), CheckLoadMpeg7(), CheckNewVideo(), HandleNewShot(), mAnnoSearching, mCurFile, and mRankingMode. 00130 { 00131 DataDocumentGui<SegmentationDocument>::HandleNewFile(); 00132 int oldCurFile = mCurFile; 00133 CheckLoadMpeg7(); 00134 00135 if (mAnnoSearching) 00136 return; 00137 00138 // RvB ShotSimilarWnd: oldCurFile because CheckLoadMpeg7 sets curFile 00139 CheckNewVideo(oldCurFile); 00140 HandleNewShot(); 00141 if (mRankingMode) 00142 CheckAnnoMax(); 00143 }
Here is the call graph for this function:
|