Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 284 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().

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

Here is the call graph for this function:


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