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

void Impala::Visualization::RotorBrowser::RotorBrowser::KbBookmarkActiveCenter ( bool  positive  )  [inline]

Definition at line 886 of file RotorBrowser.h.

References BookmarkActiveCenter(), BookmarkActiveCenterNegative(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetCenter(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), ILOG_USER, and mActiveContext.

Referenced by KeyboardForkFunc().

00887     {
00888         ILOG_USER("KB: bookmarking center " << mActiveContext->GetCenter() <<
00889                   " from " << mActiveContext->GetName() << " and....");
00890         if (positive)
00891             BookmarkActiveCenter();
00892         else
00893             BookmarkActiveCenterNegative();
00894     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:53:56 2010 for ImpalaSrc by  doxygen 1.5.1