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:
|