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

void OglGui::UpDownNumber::ChangeValue ( float  delta  )  [inline]

Definition at line 81 of file UpDownNumber.h.

References mValue, and SetValue().

Referenced by KeyboardFunc(), and UpDownButtonSelectionEvent().

00082     {
00083         SetValue(mValue + delta);
00084     }

Here is the call graph for this function:


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