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

Function plotLayout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected