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

Function numberPrecision

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

Source from the content-addressed store, hash-verified

2026 LabelSide tickLabelSide() const;
2027 QString numberFormat() const;
2028 int numberPrecision() const { return mNumberPrecision; }
2029 QVector<double> tickVector() const { return mTickVector; }
2030 QVector<QString> tickVectorLabels() const { return mTickVectorLabels; }
2031 int tickLengthIn() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected