| 4643 | QList<QCPAxis*> addAxes(QCPAxis::AxisTypes types); |
| 4644 | bool removeAxis(QCPAxis *axis); |
| 4645 | QCPLayoutInset *insetLayout() const { return mInsetLayout; } |
| 4646 | |
| 4647 | void zoom(const QRectF &pixelRect); |
| 4648 | void zoom(const QRectF &pixelRect, const QList<QCPAxis*> &affectedAxes); |
nothing calls this directly
no outgoing calls
no test coverage detected