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

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

Definition at line 427 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().

00428     {
00429         int res = FindNextAnno(bit,next,stayInVideo);
00430         if (res != -1)
00431         {
00432             AllHandleNewCursor(mSegDoc->CursorToFile(res/100000),false);
00433             mSegDoc->GotoShot(res%100000);
00434             AllHandleNewCursor(Core::Database::LEVEL_SHOT,false);
00435         }
00436     }

Here is the call graph for this function:


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