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,
int  val,
int  upDownW = 24,
bool  leftRight = false,
int  margin = 1 
) [inline]

Definition at line 20 of file UpDownNumber.h.

References OglGui::OglWindow::Init().

00021                                                                    :
00022         Window(parent, x, y, width, height)
00023     {
00024         Init(width, height, val, true, upDownW, leftRight, margin);
00025     }

Here is the call graph for this function:


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