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

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

Definition at line 27 of file UpDownNumber.h.

References OglGui::OglWindow::Init().

00028                                                                    :
00029         Window(parent, width, height)
00030     {
00031         Init(width, height, val, true, upDownW, leftRight, margin);
00032     }

Here is the call graph for this function:


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