| 3632 | QRect viewport() const { return mViewport; } |
| 3633 | double bufferDevicePixelRatio() const { return mBufferDevicePixelRatio; } |
| 3634 | QPixmap background() const { return mBackgroundPixmap; } |
| 3635 | bool backgroundScaled() const { return mBackgroundScaled; } |
| 3636 | Qt::AspectRatioMode backgroundScaledMode() const { return mBackgroundScaledMode; } |
| 3637 | QCPLayoutGrid *plotLayout() const { return mPlotLayout; } |
nothing calls this directly
no outgoing calls
no test coverage detected