MCPcopy Create free account
hub / github.com/LUX-Core/lux / getValueRange

Method getValueRange

src/qt/qcustomplot.cpp:20291–20294  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

20289
20290/* inherits documentation from base class */
20291QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const
20292{
20293 return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange);
20294}
20295
20296/* inherits documentation from base class */
20297void 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