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