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

static OglWindow* OglGui::OglWindow::GetPeer ( OGLWND *  oglWnd  )  [inline, static]

Definition at line 273 of file OglWindow.h.

Referenced by OglGui::Window::GetParent(), OglGui::Window::RepositionViewports(), OglGui::Window::ScaleChildren(), and OglGui::Window::SetReposChildren().

00274     {
00275         if (!oglWnd)
00276             return 0;
00277         return (OglWindow*) oglSys.GetSysData(oglWnd, 1);
00278     }


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