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

int Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetSelectionSize (  )  [inline]

Definition at line 83 of file ThreadClusterSelector.h.

References GetNumberForThreshold(), mPaginated, and mSelectionSize.

Referenced by ClusterKeyboardFunc().

00084     {
00085         if (!mPaginated)
00086             return GetNumberForThreshold();
00087         return mSelectionSize;
00088     }

Here is the call graph for this function:


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