Definition at line 81 of file ShowNextFromControl.h. References ChangeValText(), Clamp(), mNrToShow, and mShowNrTextEdit. Referenced by Init(), and WindowKeyboardEvent(). 00082 { 00083 Clamp(mNrToShow,1,2000); 00084 ChangeValText(mShowNrTextEdit,mNrToShow); 00085 }
Here is the call graph for this function:
|