Definition at line 53 of file Menus.h. References mMenus, and OglGui::OglWindow::SetVisible(). Referenced by MouseFunc(). 00054 { 00055 oglFocusWnd = 0; 00056 SetVisible(false); 00057 for (int i=0; i<mMenus.size(); i++) 00058 { 00059 mMenus[i]->SetVisible(false); 00060 } 00061 }
Here is the call graph for this function:
|