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

void OglGui::Window::Init ( bool  is2d  )  [inline, private]

Definition at line 662 of file Window.h.

References mAllowChildScaling, mAllowReposition, mAllowScaling, mDisableGlobalKeyListener, mDisableOGLViewKeys, mDisableOGLViewMouse, mDoStateFeedback, mExternWindowReference, mForeGroundColor, mIs2d, mListenerData, mMapKeysTarget, mOldBorderBackground, OglGui::OglWindow::mRunTimeType, mState, mStateFeedbackColor, and mWindowListener.

00663     {
00664         //GuiGeneralName("Window");
00665         mWindowListener = 0;
00666         mListenerData = 0;
00667 
00668         mDisableGlobalKeyListener = false;
00669         mMapKeysTarget = 0;
00670 
00671         /* RvB: 25-05-2010 interfered with old C functions
00672         oglSys.SetAllowDeleteView(mOglWnd, FALSE);
00673         oglSys.SetAllowCameraMove(mOglWnd, FALSE);
00674         oglSys.SetAllowPick(mOglWnd, FALSE);
00675         oglSys.SetAllowRubber(mOglWnd, FALSE);
00676         */
00677 
00678         // RvB: Maybe next 2 even standard true, and those needing them
00679         // have to set to false
00680         mDisableOGLViewKeys = false;
00681         mDisableOGLViewMouse = false;
00682 
00683         mRunTimeType |= 2;
00684         mExternWindowReference = 0; // Reference to some external wnd
00685         mState = 1; // 0: disabled, 1:normal, 2:mouse in wnd (highlight)
00686         mDoStateFeedback = false;
00687         mStateFeedbackColor = 0x80e08080;
00688         mForeGroundColor = 0xff000000;
00689         mOldBorderBackground = 0x0;
00690         mAllowReposition = true;
00691         mAllowScaling = true;
00692         mAllowChildScaling = true;
00693         mIs2d = is2d;
00694     }


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