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

virtual void OglGui::SizableWindow::BringToFront (  )  [inline, virtual]

Definition at line 67 of file SizableWindow.h.

References OglGui::OglWindow::mOglWnd.

Referenced by Impala::Application::SDash::SurveillanceApp::SubmitButtonListener::ButtonSelectionEvent(), and MouseFunc().

00068     {
00069         oglSys.BringToFront(mOglWnd);
00070 /*
00071         OGLWND  *pOglWnd = mOglWnd->parent;
00072         LIST    *obj = S_FindItem(mOglWnd, pOglWnd->wndList);
00073 
00074         if (!obj)
00075             return;
00076 
00077             pOglWnd->wndList = oglSys.RemoveFromList(obj, pOglWnd->wndList);
00078             pOglWnd->wndList = S_Append(mOglWnd, pOglWnd->wndList);
00079 */
00080     }


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