MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / backgroundScaled

Function backgroundScaled

qcustomplot/qcustomplot.h:3635–3635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
3638 QCP::AntialiasedElements antialiasedElements() const { return mAntialiasedElements; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected