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

void Impala::Application::IDash::ScreenReconstruction::Toggle (  )  [inline, private]

Definition at line 114 of file ScreenReconstruction.h.

References mPlayer, Play(), Impala::Visualization::VideoPlayer::Playing(), and Stop().

00115     {
00116         if (mPlayer->Playing())
00117             Stop();
00118         else
00119             Play();
00120     }

Here is the call graph for this function:


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