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

OglGui::SpinWheel::SpinWheel ( Window parent,
int  x,
int  y,
int  w,
int  h,
int  minVal,
int  maxVal,
int  val 
) [inline]

Definition at line 16 of file SpinWheel.h.

References OglGui::OglWindow::Init().

00017                                                :
00018         Window(parent, x, y, w, h)
00019     {
00020         Init(true, minVal, maxVal, val);
00021     }

Here is the call graph for this function:


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