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

void OglGui::Camera3DMoveZ::Init ( int  w,
int  h,
Window target 
) [inline, private]

Definition at line 72 of file Camera3DMoveZ.h.

References mPropagateMouse, mStepFactor, mTarget, mTextFeedBack, and OglGui::OglWindow::SetBorderType().

00073     {
00074         mTarget = target;
00075 
00076         SetBorderType(BEV_LINE);
00077 
00078         mTextFeedBack = true;
00079         mPropagateMouse = false;
00080         mStepFactor = 0.001f;
00081     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:58:15 2010 for ImpalaSrc by  doxygen 1.5.1