Get X in screen coordinates */
| 80 | |
| 81 | /** Get X in screen coordinates */ |
| 82 | int getAbsoluteLeft() const |
| 83 | { |
| 84 | return mAbsolutePosition.left; |
| 85 | } |
| 86 | /** Get Y in screen coordinates */ |
| 87 | int getAbsoluteTop() const |
| 88 | { |
no outgoing calls
no test coverage detected