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

virtual bool Impala::Core::VideoSet::VxsDocument::AddCursorToBookmarked (  )  [inline, virtual]

Definition at line 344 of file VxsDocument.h.

References AddSegmentToBookmarked(), Impala::Core::Database::DataDocument::CurFileId(), HasCursor(), mCurrentFrame, mMarkedFrameBegin, and mMarkedFrameEnd.

00345     {
00346         if (! HasCursor())
00347             return false;
00348         if ((mMarkedFrameBegin == -1) || (mMarkedFrameEnd == -1))
00349             return AddSegmentToBookmarked(CurFileId(), mCurrentFrame,
00350                                           mCurrentFrame);
00351         return AddSegmentToBookmarked(CurFileId(), mMarkedFrameBegin,
00352                                       mMarkedFrameEnd);
00353     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:18 2011 for ImpalaSrc by  doxygen 1.5.1