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

void OglGui::Sys::Start ( OGLWND *  oglWnd  )  [inline]

Definition at line 67 of file Sys.h.

References CreateThreadWndList(), mNrWnd, mNrWndMax, mThreadWndList, and OGLStart().

Referenced by Impala::Visualization::Window::HandleStart(), and OglGui::OglWindow::Start().

00068     {
00069         OGLStart(oglWnd);
00070         if (mThreadWndList)
00071             S_FreeList(mThreadWndList, NULL);
00072         mThreadWndList = CreateThreadWndList(&mNrWnd);
00073         mNrWndMax = mNrWnd;
00074     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:00 2011 for ImpalaSrc by  doxygen 1.5.1