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

virtual void Impala::Application::IDash::ScreenReconstruction::ButtonSelectionEvent ( Button src,
void *  vData 
) [inline, private, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 90 of file ScreenReconstruction.h.

References BTN_PLAY, BTN_STOP, ILOG_DEBUG, Play(), and Stop().

00091     {
00092         int userData = (int)(long long)vData;
00093         switch (userData) {
00094             case BTN_PLAY:
00095                 ILOG_DEBUG("BTN: play crime scene video");
00096                 Play();
00097             break;
00098             case BTN_STOP:
00099                 ILOG_DEBUG("BTN: stop crime scene video");
00100                 Stop();
00101             break;
00102         }
00103     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:39 2010 for ImpalaSrc by  doxygen 1.5.1