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

int OglGui::IntervalChooser::SetNeedleX ( SizableDirectionButton szBtn,
int  x 
) [inline]

Definition at line 56 of file IntervalChooser.h.

References ClampX(), OglGui::OglWindow::SetDimensions(), and OglGui::OglWindow::W().

Referenced by HandleThumbs(), MouseFunc(), and ReshapeFunc().

00057     {
00058         ClampX(x);
00059         szBtn->SetDimensions(x-szBtn->W()/2,RETAIN,RETAIN,RETAIN);
00060         return x;
00061     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:06 2010 for ImpalaSrc by  doxygen 1.5.1