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

bool OglGui::ChangingToView::IsOnSizeDestiny (  )  [inline]

Definition at line 118 of file ChangingToView.h.

References IsAt(), mReqD, mReqH, mReqW, and OglGui::View::mView3D.

Referenced by OnDrawView().

00119     {
00120         OGLVIEW3D* v = mView3D;
00121         if (mReqW < 0 || mReqH < 0 || mReqD < 0)
00122             return true;
00123         bool res = IsAt(v->w,mReqW) && IsAt(v->h,mReqH) && IsAt(v->d,mReqD);
00124         return res;
00125     }

Here is the call graph for this function:


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