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

Method QCPGraphData

qcustomplot/qcustomplot.cpp:20027–20031  ·  view source on GitHub ↗

! Constructs a data point with key and value set to zero. */

Source from the content-addressed store, hash-verified

20025 Constructs a data point with key and value set to zero.
20026*/
20027QCPGraphData::QCPGraphData() :
20028 key(0),
20029 value(0)
20030{
20031}
20032
20033/*!
20034 Constructs a data point with the specified \a key and \a value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected