Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:14:50 2011 for ImpalaSrc by  doxygen 1.5.1