Reimplemented from OglGui::ButtonListener. Definition at line 157 of file SearchJudgeGui.h. References mCurrentShot, mShots, and Impala::Core::VideoSet::PlayShot(). 00158 { 00159 if (mCurrentShot == -1) 00160 return; 00161 Core::VideoSet::PlayShot(mShots, mCurrentShot); 00162 }
Here is the call graph for this function:
|