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

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

Definition at line 23 of file DocDimensions.h.

References mDocH, mDocW, mDocX, and mDocY.

Referenced by OglGui::Graph::DocMouseFunc(), OglGui::DocScroller::FollowContent(), and OglGui::DocScroller::FollowScrollBar().

00024     {
00025         x = mDocX;
00026         y = mDocY;
00027         w = mDocW;
00028         h = mDocH;
00029     }


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