| 411 | } |
| 412 | |
| 413 | void MyGraphicsVexItem::onClickEffect(){ |
| 414 | stopAnimation(); |
| 415 | qreal curRadius = 0.75 * radius; |
| 416 | this->setRect(QRectF(center.x() - curRadius, center.y() - curRadius, curRadius * 2, curRadius * 2)); |
| 417 | } |
| 418 | |
| 419 | void MyGraphicsVexItem::onReleaseEffect(){ |
| 420 | stopAnimation(); |
nothing calls this directly
no outgoing calls
no test coverage detected