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

void Impala::Visualization::SegmentationDocumentGuiAnno::GoToNextAnno ( int  bit,
bool  next,
bool  stayInVideo 
) [inline]

Definition at line 402 of file SegmentationDocumentGuiAnno.h.

References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::CursorToFile(), FindNextAnno(), Impala::Core::VideoSet::SegmentationDocument::GotoShot(), Impala::Core::Database::LEVEL_SHOT, and mSegDoc.

Referenced by UpDownButtonSelectionEvent().

00403     {
00404         int res = FindNextAnno(bit,next,stayInVideo);
00405         if (res != -1)
00406         {
00407             AllHandleNewCursor(mSegDoc->CursorToFile(res/100000),false);
00408             mSegDoc->GotoShot(res%100000);
00409             AllHandleNewCursor(Core::Database::LEVEL_SHOT,false);
00410         }
00411     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:58 2011 for ImpalaSrc by  doxygen 1.5.1