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

bool Impala::Visualization::RotorBrowser::RotorBrowserContext::MoveRelative ( int  rpos  )  [inline]

Definition at line 158 of file RotorBrowserContext.h.

References GetRelative(), GoLeft(), GoRight(), and ILOG_DEBUG.

Referenced by Impala::Visualization::RotorBrowser::ThreadClusterSelector::ClusterKeyboardFunc().

00159     {
00160         if (rpos < 0)
00161             for (int i=0; i < -rpos; i++) GoLeft();
00162         else
00163             for (int i=0; i < rpos; i++)  GoRight();
00164 
00165         ILOG_DEBUG("MoveRelative(" << rpos << " -> " << GetRelative(0) << ")");
00166         return true;
00167     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:53 2011 for ImpalaSrc by  doxygen 1.5.1