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

void Impala::Visualization::ShowNextFromControl::UpdateStartValText (  )  [inline]

Definition at line 75 of file ShowNextFromControl.h.

References ChangeValText(), Clamp(), mMax, mStartVal, and mValTextEdit.

Referenced by ButtonSelectionEvent(), Init(), MaxVal(), and WindowKeyboardEvent().

00076     {
00077         Clamp(mStartVal,0,mMax ? mMax-1 : 0);
00078         ChangeValText(mValTextEdit,mStartVal);
00079     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:05 2011 for ImpalaSrc by  doxygen 1.5.1