Get coordinate in screen coordinates */
| 74 | } |
| 75 | /** Get coordinate in screen coordinates */ |
| 76 | IntCoord getAbsoluteCoord() const |
| 77 | { |
| 78 | return {mAbsolutePosition.left, mAbsolutePosition.top, mCoord.width, mCoord.height}; |
| 79 | } |
| 80 | |
| 81 | /** Get X in screen coordinates */ |
| 82 | int getAbsoluteLeft() const |
no outgoing calls
no test coverage detected