| 863 | } |
| 864 | |
| 865 | void MyGraphicsLineItem::delArrow(){ |
| 866 | if(arrow != nullptr){ |
| 867 | this->scene()->removeItem(arrow); |
| 868 | arrow = nullptr; |
| 869 | } |
| 870 | } |
| 871 | |
| 872 | void MyGraphicsLineItem::setLengthRate(qreal r){ |
| 873 | sP = startVex->scenePos() + startVex->rect().center(); |
nothing calls this directly
no outgoing calls
no test coverage detected