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

virtual OglGui::OglWindow::~OglWindow (  )  [inline, virtual]

Definition at line 61 of file OglWindow.h.

References mIsDestructing, mIsExiting, and mOglWnd.

00062     {
00063 #ifdef DESTRUCT_VERBOSE
00064 printf("virtual OglGui::OglWindow destructor %d\n", mOglWnd);
00065 #endif
00066         mIsDestructing = true;
00067         if (!mIsExiting && mOglWnd)
00068             oglSys.ExitWindow(mOglWnd, 1);
00069     }


Generated on Fri Mar 19 12:04:07 2010 for ImpalaSrc by  doxygen 1.5.1