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

bool Impala::Visualization::SegmentationDocumentGuiAnno::GoToAdjacentAnnoShot ( int  bit,
int  shotIdx,
bool  next 
) [inline]

Definition at line 362 of file SegmentationDocumentGuiAnno.h.

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

00363     {
00364         int shot;
00365         if ((shot=FindAdjacentAnnoShot(bit,shotIdx,next))==-1)
00366             return false;
00367         mSegDoc->GotoShot(shot);
00368         AllHandleNewCursor(Core::Database::LEVEL_SHOT, false);
00369         return true;
00370     }

Here is the call graph for this function:


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