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

void Impala::Application::IDash::ScreenBrowser::PlayVideo ( int  videoID  )  [inline, private]

Definition at line 349 of file ScreenBrowser.h.

References ILOG_DEBUG, and mListeners.

Referenced by ButtonSelectionEvent().

00349                                 {
00350         ILOG_DEBUG("sending PlayFileEvent(" << videoID <<")...");
00351         for (int i=0; i<mListeners.size();i++)
00352             mListeners[i]->PlayFileEvent(videoID);
00353     }


Generated on Fri Mar 19 10:40:30 2010 for ImpalaSrc by  doxygen 1.5.1