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

Function tickVectorLabels

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

Source from the content-addressed store, hash-verified

2028 int numberPrecision() const { return mNumberPrecision; }
2029 QVector<double> tickVector() const { return mTickVector; }
2030 QVector<QString> tickVectorLabels() const { return mTickVectorLabels; }
2031 int tickLengthIn() const;
2032 int tickLengthOut() const;
2033 bool subTicks() const { return mSubTicks; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected