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

OglGui::UpDownNumber::UpDownNumber ( Window parent,
int  x,
int  y,
int  width,
int  height,
float  val,
int  upDownW = 24,
bool  leftRight = false,
int  margin = 1 
) [inline]

Definition at line 34 of file UpDownNumber.h.

References OglGui::OglWindow::Init().

00035                                                                    :
00036         Window(parent, x, y, width, height)
00037     {
00038         Init(width, height, val, false, upDownW, leftRight, margin);
00039     }

Here is the call graph for this function:


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