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