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

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

Definition at line 1514 of file RotorBrowser.h.

References BookmarkActiveCenter(), and BookmarkActiveCenterNegative().

Referenced by CrossBrowserNavigateKey(), and StdKeyboardFunc().

01515     {
01516         if (positive)
01517             BookmarkActiveCenter();
01518         else
01519             BookmarkActiveCenterNegative();
01520     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:54:29 2010 for ImpalaSrc by  doxygen 1.5.1