Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void Impala::Visualization::SearchJudgeGui::ButtonSelectionEvent ( OglGui::Button src,
void *  listenerData 
) [inline, virtual]

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:


Generated on Thu Jan 13 09:24:53 2011 for ImpalaSrc by  doxygen 1.5.1