| 956 | } |
| 957 | |
| 958 | void MyGraphicsLineItem::deSelectEffect(){ |
| 959 | curPen = defaultPen; |
| 960 | refrshLine(); |
| 961 | } |
| 962 | |
| 963 | void MyGraphicsLineItem::onMouseMove(QPointF position){ |
| 964 | if(this->contains(position)){ |
nothing calls this directly
no outgoing calls
no test coverage detected