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

virtual void OglGui::Slider::ViewportFunc ( INT  width,
INT  height 
) [inline, virtual]

Definition at line 299 of file Slider.h.

References mAutoDirection, mHorizontal, and OglGui::Window::ViewportFunc().

00300     {
00301         Window::ViewportFunc(width, height);
00302         if (mAutoDirection)
00303             mHorizontal = width > height;
00304     }

Here is the call graph for this function:


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