Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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         bool res = IsAt(v->w,mReqW) && IsAt(v->h,mReqH) && IsAt(v->d,mReqD);
00122         return res;
00123     }

Here is the call graph for this function:


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