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

virtual void Impala::Visualization::VideoJpgPlayerControl::InitDisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 88 of file VideoJpgPlayerControl.h.

References Impala::Visualization::VideoJpgPlayer::FBwding(), Impala::Visualization::VideoJpgPlayer::FFwding(), OglGui::Window::InitDisplayFunc(), mVideoJpgPlayer, Impala::Visualization::VideoJpgPlayer::Playing(), OglGui::RadioGroup::SetActiveRadio(), and OglGui::RadioGroup::SetDisabled().

00089     {
00090         RadioGroup::InitDisplayFunc();
00091 
00092         SetDisabled(!mVideoJpgPlayer);
00093         if (mVideoJpgPlayer)
00094         {
00095             if (mVideoJpgPlayer->Playing())
00096             {
00097                 if (mVideoJpgPlayer->FFwding())
00098                     SetActiveRadio(5);
00099                 else if (mVideoJpgPlayer->FBwding())
00100                     SetActiveRadio(6);
00101                 else
00102                     SetActiveRadio(0);
00103             }
00104             else
00105                 SetActiveRadio(1);
00106         }
00107     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:23 2011 for ImpalaSrc by  doxygen 1.5.1