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

void Impala::Application::IDash::ScreenPlay::Play (  )  [inline]

Definition at line 67 of file ScreenPlay.h.

References ILOG_DEBUG, mHasFile, mPlayer, and Impala::Application::IDash::NfiSixView::Play().

Referenced by ButtonSelectionEvent(), and PlayFileEvent().

00068     {
00069         ILOG_DEBUG("Playing...");
00070         if (!mHasFile)
00071             return;
00072         mPlayer->Play();
00073     }

Here is the call graph for this function:


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