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

void OglGui::ChangingToView::Init ( float  x,
float  y,
float  z,
float  w,
float  h,
float  d 
) [inline, private]

Definition at line 286 of file ChangingToView.h.

References mCurRotX, mCurRotY, mCurRotZ, mInitialized, mIsOnDestiny, mListener, mMoveDuration, mReqD, mReqH, mReqRotX, mReqRotY, mReqRotZ, mReqW, mReqX, mReqY, mReqZ, mRotateDuration, mSizeDuration, mStartD, mStartH, mStartRotX, mStartRotY, mStartRotZ, mStartW, mStartX, mStartY, mStartZ, OglGui::View::mView3D, and OglGui::View::SetTags().

Referenced by ChangingToView().

00287     {
00288         SetTags(FlexViewTags);
00289         mListener           = false;
00290         mInitialized        = false;
00291         mIsOnDestiny        = true;
00292 
00293         mMoveDuration       = 0;
00294         mSizeDuration       = 0;
00295         mRotateDuration     = 0;
00296 
00297         mStartX = mReqX     = x;
00298         mStartY = mReqY     = y;
00299         mStartZ = mReqZ     = z;
00300 
00301         mStartW = mReqW     = -1;
00302         mStartH = mReqH     = -1;
00303         mStartD = mReqD     = -1;
00304 
00305         mStartRotX = mCurRotX = mReqRotX = mView3D->xRot;
00306         mStartRotY = mCurRotY = mReqRotY = mView3D->yRot;
00307         mStartRotZ = mCurRotZ = mReqRotZ = mView3D->zRot;
00308     }

Here is the call graph for this function:


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