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

void Impala::Visualization::RotorBrowser::RotorBrowser::RemoveSpecific ( int  shotid  )  [inline]

Definition at line 1576 of file RotorBrowser.h.

References Impala::Visualization::RotorBrowser::RotorBrowserListener::BookmarkEvent(), GetThreadByName(), mRotorBrowserListener, and Impala::Core::Trec::ThreadBookmarked::RemoveShot().

Referenced by BookmarkSpecificNegative().

01577     {
01578         ThreadBookmarked *b = (ThreadBookmarked*)GetThreadByName("bookmarked");
01579         if (b)
01580             b->RemoveShot(shotid);
01581         if (mRotorBrowserListener)
01582             mRotorBrowserListener->BookmarkEvent(this, shotid, false);
01583     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:50 2011 for ImpalaSrc by  doxygen 1.5.1