| 81 | */ |
| 82 | virtual float getRelativeZoom(Widget* ancestor); |
| 83 | float getAbsoluteZoom() { |
| 84 | return getRelativeZoom(NULL); |
| 85 | } |
| 86 | /** Returns a subset of the given Rect bounded by the box of this widget and all ancestors. |
| 87 | */ |
| 88 | virtual math::Rect getViewport(math::Rect r = math::Rect::inf()); |
nothing calls this directly
no outgoing calls
no test coverage detected