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

void OglGui::OpenClose::Init ( Window parent  )  [inline, private]

Definition at line 103 of file OpenClose.h.

References mClosing, mFancy, mOpening, mParent, and mTarget.

Referenced by OpenClose().

00104     {
00105         mParent = parent;
00106         mTarget = 0;
00107         mOpening = false;
00108         mClosing = false;
00109         mFancy = true;
00110     }


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