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

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

Definition at line 36 of file SpinWheel.h.

References OglGui::OglWindow::Init().

00037                                                      :
00038         Window(parent, w, h)
00039     {
00040         Init(false, minVal, maxVal, val);
00041     }

Here is the call graph for this function:


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