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

Function columnSpacing

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

Source from the content-addressed store, hash-verified

1360 QList<double> columnStretchFactors() const { return mColumnStretchFactors; }
1361 QList<double> rowStretchFactors() const { return mRowStretchFactors; }
1362 int columnSpacing() const { return mColumnSpacing; }
1363 int rowSpacing() const { return mRowSpacing; }
1364 int wrap() const { return mWrap; }
1365 FillOrder fillOrder() const { return mFillOrder; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected