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

void OglGui::View::GetDimensions ( int &  x,
int &  y,
int &  w,
int &  h 
) [inline, virtual]

Implements OglGui::SetGetDimensions2dIntI.

Definition at line 174 of file View.h.

References mIs2D, and mView2D.

00175     {
00176         if (mIs2D)
00177             viewSys.GetDimensions(mView2D, &x, &y, &w, &h);
00178     }


Generated on Fri Mar 19 12:09:37 2010 for ImpalaSrc by  doxygen 1.5.1