| 326 | } |
| 327 | |
| 328 | void MyGraphicsView::setMenu(QGraphicsItem *target, bool display){ |
| 329 | if(display){ |
| 330 | itemState |= SEL; |
| 331 | selItem = target; |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | void MyGraphicsView::addAnimation(QTimeLine *ani){ |
| 336 | aniQueue.push_back(ani); |
nothing calls this directly
no outgoing calls
no test coverage detected