| 155 | void startLine(MyGraphicsVexItem* startVex); |
| 156 | void setMenu(QGraphicsItem *target, bool display = true); |
| 157 | void addLog(viewLog *log){emit logAdded(log);} |
| 158 | void vexRemoved(MyGraphicsVexItem* vex){vexes.erase(vexes.begin() + vexes.indexOf(vex));vexNum--;} |
| 159 | void arcRemoved(MyGraphicsLineItem* line){lines.erase(lines.begin() + lines.indexOf(line));arcNum--;} |
| 160 |
nothing calls this directly
no outgoing calls
no test coverage detected