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:
|