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

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

Definition at line 92 of file View.h.

References mIs2D, mIsDestroying, mIsDestructing, mView2D, mView3D, and sNrCreated.

00093     {
00094 #ifdef DESTRUCT_VERBOSE
00095 printf("OglGui::View d %d\n", --sNrCreated);
00096 #endif
00097         mIsDestructing = true;
00098         if (!mIsDestroying)
00099         {
00100             if (mIs2D)
00101                 viewSys.DeleteView(mView2D);
00102             else
00103                 view3DSys.DeleteView(mView3D);
00104         }
00105     }


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