MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / onClickEffect

Method onClickEffect

graph_view.cpp:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void 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
419void MyGraphicsVexItem::onReleaseEffect(){
420 stopAnimation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected