Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

virtual void Impala::Visualization::SegmentationDocumentGuiAnno::HandleNewFile (  )  [inline, virtual]

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:


Generated on Fri Mar 19 11:46:15 2010 for ImpalaSrc by  doxygen 1.5.1