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

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

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:


Generated on Fri Mar 19 10:38:08 2010 for ImpalaSrc by  doxygen 1.5.1