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

void OglGui::Window::OffsetXY ( Window someParent,
int &  x,
int &  y 
) [inline]

Definition at line 183 of file Window.h.

References GetParent(), OffsetXY(), OglGui::OglWindow::X(), and OglGui::OglWindow::Y().

Referenced by OffsetXY().

00184     {
00185         if (this == someParent)
00186             return;
00187         x += X();
00188         y += Y();
00189         GetParent()->OffsetXY(someParent, x, y);
00190     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:10:58 2010 for ImpalaSrc by  doxygen 1.5.1