| 42 | QPainterPath shape () const; |
| 43 | void updatePosition (); |
| 44 | IPProcessStep* from () { return _from; } |
| 45 | IPProcessStep* to () { return _to; } |
| 46 | int indexFrom () { return _indexFrom; } |
| 47 | int indexTo () { return _indexTo; } |
no outgoing calls
no test coverage detected