| 3635 | bool backgroundScaled() const { return mBackgroundScaled; } |
| 3636 | Qt::AspectRatioMode backgroundScaledMode() const { return mBackgroundScaledMode; } |
| 3637 | QCPLayoutGrid *plotLayout() const { return mPlotLayout; } |
| 3638 | QCP::AntialiasedElements antialiasedElements() const { return mAntialiasedElements; } |
| 3639 | QCP::AntialiasedElements notAntialiasedElements() const { return mNotAntialiasedElements; } |
| 3640 | bool autoAddPlottableToLegend() const { return mAutoAddPlottableToLegend; } |
nothing calls this directly
no outgoing calls
no test coverage detected