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

void Impala::Visualization::RotorBrowser::ThreadClusterSelector::Show ( RotorBrowserContext context  )  [inline]

Definition at line 64 of file ThreadClusterSelector.h.

References GetThresholdForNumber(), ILOG_DEBUG, mContext, mShowing, mThresholdDelta, and ShowRelevantSquare().

Referenced by ClusterKeyboardFunc(), Impala::Visualization::RotorBrowser::RotorBrowser::ClusterSelect(), and Impala::Visualization::RotorBrowser::RotorBrowser::DoBookmarkCluster().

00065     {
00066         mContext = context;
00067         mShowing = true;
00068         ILOG_DEBUG("Showing thread cluster selector");
00069         mThresholdDelta = GetThresholdForNumber(6);
00070         ShowRelevantSquare();
00071     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:01 2011 for ImpalaSrc by  doxygen 1.5.1