| 321 | } |
| 322 | |
| 323 | void MyGraphicsView::startLine(MyGraphicsVexItem *startVex){ |
| 324 | itemState = ADD | LINE; |
| 325 | strtVex = startVex; |
| 326 | } |
| 327 | |
| 328 | void MyGraphicsView::setMenu(QGraphicsItem *target, bool display){ |
| 329 | if(display){ |
nothing calls this directly
no outgoing calls
no test coverage detected