Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:50 2011 for ImpalaSrc by  doxygen 1.5.1