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

Method QCPBarsData

qcustomplot/qcustomplot.cpp:23560–23564  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23558 Constructs a bar data point with key and value set to zero.
23559*/
23560QCPBarsData::QCPBarsData() :
23561 key(0),
23562 value(0)
23563{
23564}
23565
23566/*!
23567 Constructs a bar 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