Reimplemented from OglGui::OglWindow. Definition at line 81 of file MenuTopPane.h. References mMenuListener, mOglTopWnd, OglGui::OglWindow::mOglWnd, and OglGui::OglWindow::SetVisible(). Referenced by MenuTopPane(). 00082 { 00083 mOglTopWnd = oglSys.GetTopOGLWND(mOglWnd); 00084 mMenuListener = 0; 00085 SetVisible(false); 00086 }
Here is the call graph for this function:
|