Reimplemented from Impala::Visualization::AppControl. Definition at line 55 of file Window.h. References HandleStart(), OglGui::Sys::Instance(), OglGui::OglWindow::mOglWnd, OglGui::Sys::Start(), and OglGui::OglWindow::Valid(). Referenced by HandleStart(). 00056 { 00057 if (!Valid()) 00058 return; 00059 OglGui::Sys::Instance().Start(mOglWnd); 00060 }
Here is the call graph for this function:
|