Reimplemented from OglGui::Window. Reimplemented in Impala::Application::IDash::ScreenBrowser, and Impala::Application::WindowTrecSearch. Definition at line 391 of file Window.h. References OglGui::Window::DisplayFunc(), mDoStatus, mInfoBox, mInfoBoxActive, mInfoBoxDraw, OglGui::OglWindow::mOglWnd, and mStatusBuf. Referenced by Impala::Application::VideoExcel::VideoExcelNode::HandleLayoutChange(). 00392 { 00393 if (mDoStatus) 00394 oglSys.SetStatusStr(mOglWnd, mStatusBuf); 00395 00396 OglGui::Window::DisplayFunc(); 00397 00398 if (mInfoBoxActive && mInfoBoxDraw) 00399 oglSys.InfoBoxDraw(mOglWnd, mInfoBox); 00400 }
Here is the call graph for this function:
|