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

OglGui::Slider::Slider ( Window parent,
int  x,
int  y,
int  w,
int  h,
int  minVal,
int  maxVal,
int  val,
int  borderType = BEV_ETCHED,
float  roundness = 0 
) [inline]

Definition at line 26 of file Slider.h.

References OglGui::OglWindow::Init().

00027                                                                   :
00028         Window(parent, x, y, w, h)
00029     {
00030         Init(minVal, maxVal, val, borderType, roundness);
00031     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:53 2011 for ImpalaSrc by  doxygen 1.5.1