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

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

Implements OglGui::SetGetDimensions2dIntI.

Definition at line 169 of file View.h.

References mIs2D, and mView2D.

00170     {
00171         if (mIs2D)
00172             viewSys.SetDimensions(mView2D, x, y, w, h);
00173     }


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