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

void OglGui::Window::RemoveViewports (  )  const [inline]

Definition at line 201 of file Window.h.

References OglGui::OglWindow::mOglWnd.

00202     {
00203         while (mOglWnd->wndList)
00204         {
00205             OGLWND* child = (OGLWND *) mOglWnd->wndList->info;
00206             oglSys.ExitWindow(child, 1);
00207         }
00208     }


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