Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:07:22 2010 for ImpalaSrc by  doxygen 1.5.1