| 86 | } |
| 87 | |
| 88 | void Rectangle::setPt(const QPointF& pt) |
| 89 | { |
| 90 | handlers[Point3]->setPos(pt); |
| 91 | updateOtherHandlers(handlers[Point3].get()); |
| 92 | redraw(); |
| 93 | } |
| 94 | |
| 95 | //////////////////////////////////////////////////////////// |
| 96 | /// \brief Plugin::Plugin |
no test coverage detected