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