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

void OglGui::DocDimensions::GetDocDimensions ( int &  w,
int &  h 
) [inline]

Definition at line 31 of file DocDimensions.h.

References mDocH, and mDocW.

00032     {
00033         w = mDocW;
00034         h = mDocH;
00035     }


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