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

void Impala::Application::IDash::ScreenBrowser::HandleStillAnimation (  )  [inline]

Definition at line 107 of file ScreenBrowserX.h.

References Browser(), OglGui::CheckBox::GetSelected(), and mCenterVideoCheckBox.

Referenced by DisplayFunc().

00108     {
00109         bool playVideo = mCenterVideoCheckBox->GetSelected();
00110         int  stillMode = Browser()->AutoStills();
00111 
00112         if (stillMode==RotorBrowser::STILLS_NONE)
00113             playVideo  = false;
00114         Browser()->EnableCenterVideoStills(playVideo);
00115 
00116         if (stillMode != RotorBrowser::STILLS_NONE)
00117             Browser()->StartStills();
00118     }

Here is the call graph for this function:


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