Reimplemented from OglGui::ButtonListener. Definition at line 76 of file mainTrecResult.cpp. References mCurShotId, mShots, and Impala::Core::VideoSet::PlayShot(). 00077 { 00078 if (mCurShotId != -1) 00079 Core::VideoSet::PlayShot(mShots, mCurShotId); 00080 }
Here is the call graph for this function:
|