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

Method getValueRange

qcustomplot/qcustomplot.cpp:20346–20349  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

20344
20345/* inherits documentation from base class */
20346QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const
20347{
20348 return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange);
20349}
20350
20351/* inherits documentation from base class */
20352void QCPGraph::draw(QCPPainter *painter)

Callers 1

rescaleMethod · 0.80

Calls 10

valueRangeMethod · 0.80
constBeginMethod · 0.80
constEndMethod · 0.80
keyRangeMethod · 0.80
normalizeMethod · 0.80
findBeginMethod · 0.45
findEndMethod · 0.45
sortKeyIsMainKeyMethod · 0.45
dataMainKeyMethod · 0.45
dataMainValueMethod · 0.45

Tested by

no test coverage detected