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:
|