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

Method QCPDataRange

qcustomplot/qcustomplot.cpp:2230–2234  ·  view source on GitHub ↗

! Creates an empty QCPDataRange, with begin and end set to 0. */

Source from the content-addressed store, hash-verified

2228 Creates an empty QCPDataRange, with begin and end set to 0.
2229*/
2230QCPDataRange::QCPDataRange() :
2231 mBegin(0),
2232 mEnd(0)
2233{
2234}
2235
2236/*!
2237 Creates a QCPDataRange, initialized with the specified \a begin and \a end.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected