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

void Impala::Application::WindowBackground::HandleCycleSrc (  )  [inline, virtual]

Reimplemented from Impala::Visualization::AppControlSrc.

Definition at line 69 of file mainBackground.cpp.

References Impala::Visualization::AppControlSrc::GetFpsString(), OglGui::OglWindow::mOglWnd, and mStat.

00070     {
00071         mOglWnd->updateScene = 1;
00072         std::string s = GetFpsString();
00073         if (mStat.IsDoingStat())
00074             s += std::string("      learning...");
00075         SetStatusStr((char*) s.c_str());
00076     }

Here is the call graph for this function:


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