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

void OglGui::Menus::Open (  )  [inline]

Definition at line 45 of file Menus.h.

References mOglTopWnd, OglGui::OglWindow::mOglWnd, and OglGui::OglWindow::SetVisible().

00046     {
00047         oglSys.BringToFront(mOglWnd);
00048         oglSys.SetDimensions(mOglWnd,0,0,mOglTopWnd->width,mOglTopWnd->height);
00049         SetVisible(true);
00050         oglFocusWnd = mOglWnd;
00051     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:03:04 2010 for ImpalaSrc by  doxygen 1.5.1