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

Function background

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

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected