Reimplemented from OglGui::ButtonListener. Definition at line 112 of file ShowNextFromControl.h. References mMinButton, mNrToShow, mPlusButton, mStartVal, ShowNextFromChanged(), and UpdateStartValText(). 00113 { 00114 if (src == mMinButton || src == mPlusButton) 00115 { 00116 mStartVal += (((src==mPlusButton) ? mNrToShow : -mNrToShow)); 00117 UpdateStartValText(); 00118 ShowNextFromChanged(); 00119 } 00120 }
Here is the call graph for this function:
|