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

static Window* OglGui::Window::CastToWindow ( OglWindow oWnd  )  [inline, static]

Definition at line 168 of file Window.h.

References OglGui::OglWindow::GetRunTimeType().

Referenced by GetParent(), RepositionViewports(), ScaleChildren(), and SetReposChildren().

00169     {
00170         if (!oWnd)
00171             return 0;
00172 
00173         if (oWnd->GetRunTimeType() & 2)
00174             return (Window *) oWnd;
00175         return 0;
00176     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:10:57 2010 for ImpalaSrc by  doxygen 1.5.1