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

void Impala::Application::IDash::NfiSixView::TogglePause (  )  [inline]

Definition at line 86 of file NfiSixView.h.

References mPlayers, Play(), and Stop().

Referenced by OnKey(), and Impala::Application::IDash::ScreenPlay::Stop().

00087     {
00088         if (mPlayers[0]->Playing())
00089             Stop();
00090         else
00091             Play();
00092     }

Here is the call graph for this function:


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