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

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

Definition at line 387 of file SegmentationDocumentGuiAnno.h.

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

00388     {
00389         int shot;
00390         if ((shot=FindAdjacentAnnoShot(bit,shotIdx,next))==-1)
00391             return false;
00392         mSegDoc->GotoShot(shot);
00393         AllHandleNewCursor(Core::Database::LEVEL_SHOT, false);
00394         return true;
00395     }

Here is the call graph for this function:


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