Set size */
| 32 | } |
| 33 | /** Set size */ |
| 34 | virtual void setSize(const IntSize& _value) |
| 35 | { |
| 36 | mCoord.width = _value.width; |
| 37 | mCoord.height = _value.height; |
| 38 | } |
| 39 | /** Set coordinates (position and size) */ |
| 40 | virtual void setCoord(const IntCoord& _value) |
| 41 | { |
no outgoing calls
no test coverage detected