Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::Menu::Close (  )  [inline]

Definition at line 114 of file Menu.h.

References CloseSubMenu(), mCurItem, and OglGui::OglWindow::SetVisible().

Referenced by CloseSubMenu().

00115     {
00116         SetVisible(false);
00117         mCurItem = -1;
00118         CloseSubMenu();
00119     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:36 2011 for ImpalaSrc by  doxygen 1.5.1