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

OglWindow* OglGui::OglWindow::GetParent (  )  [inline]

Definition at line 280 of file OglWindow.h.

References mOglWnd.

Referenced by ConnectTo().

00281     {
00282         if (mOglWnd->parent)
00283             return (OglWindow*) oglSys.GetSysData(mOglWnd->parent, 1);
00284         return 0;
00285     }


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