| 63 | bool showThumbnails () { return _showThumbnails; } |
| 64 | QList<IPProcessStep*>* steps () { return &_steps; } |
| 65 | QList<IPProcessEdge*>* edges () { return &_edges; } |
| 66 | |
| 67 | // QGraphicsScene interface |
| 68 | protected: |
no outgoing calls
no test coverage detected