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

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

Definition at line 76 of file ScreenPlay.h.

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

Referenced by ButtonSelectionEvent().

00077     {
00078         if (!mHasFile)
00079             return;
00080         mPlayer->TogglePause();
00081     }

Here is the call graph for this function:


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