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

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

Definition at line 39 of file MenuTopPane.h.

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

Referenced by OglGui::Menu::Open(), and Impala::Application::MediaTable::TableWindowColumn::OpenConfigWindow().

00040     {
00041         oglSys.BringToFront(mOglWnd);
00042         SetDimensions(0,0,mOglTopWnd->width,mOglTopWnd->height);
00043         SetVisible(true);
00044         oglFocusWnd = mOglWnd;
00045     }

Here is the call graph for this function:


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