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

Function keyRange

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

Source from the content-addressed store, hash-verified

5700 int keySize() const { return mKeySize; }
5701 int valueSize() const { return mValueSize; }
5702 QCPRange keyRange() const { return mKeyRange; }
5703 QCPRange valueRange() const { return mValueRange; }
5704 QCPRange dataBounds() const { return mDataBounds; }
5705 double data(double key, double value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected