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

OglGui::Sys::Sys (  )  [inline, private]

Definition at line 132 of file Sys.h.

References mCloseOneWndIsCloseAll, mNrWnd, mNrWndMax, mThreadWndList, and OglRegister().

00133     {
00134         mNrWnd = 0;
00135         mNrWndMax = 0;
00136         mThreadWndList = 0;
00137         mCloseOneWndIsCloseAll = true;
00138         if (!OglRegister())
00139         {
00140             fprintf(stderr, "OglRegister failed\n");
00141             return;
00142         }
00143     }

Here is the call graph for this function:


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