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

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

Definition at line 84 of file ScreenPlay.h.

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

Referenced by ButtonSelectionEvent(), and PlayFileEvent().

00085     {
00086         if (!mHasFile)
00087             return;
00088         mPlayer->Rewind();
00089     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:05 2011 for ImpalaSrc by  doxygen 1.5.1