Set coordinates (position and size) */
| 38 | } |
| 39 | /** Set coordinates (position and size) */ |
| 40 | virtual void setCoord(const IntCoord& _value) |
| 41 | { |
| 42 | mCoord = _value; |
| 43 | } |
| 44 | |
| 45 | /** Get position */ |
| 46 | IntPoint getPosition() const |
no outgoing calls
no test coverage detected