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

void OglGui::IntervalChooser::ClampX ( int &  x  )  [inline, protected]

Definition at line 128 of file IntervalChooser.h.

References OglGui::OglWindow::W().

Referenced by HandleThumbs(), and SetNeedleX().

00129     {
00130         int w = W();
00131         if (x<0) x = 0;
00132         if (x>w) x = w;
00133     }

Here is the call graph for this function:


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