Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:27:22 2011 for ImpalaSrc by  doxygen 1.5.1