Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:02:09 2010 for ImpalaSrc by  doxygen 1.5.1