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:
|