Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:02:45 2010 for ImpalaSrc by  doxygen 1.5.1