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:
|