MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / getKeyRange

Method getKeyRange

qcustomplot.cpp:20340–20343  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

20338
20339/* inherits documentation from base class */
20340QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const
20341{
20342 return mDataContainer->keyRange(foundRange, inSignDomain);
20343}
20344
20345/* inherits documentation from base class */
20346QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const

Callers 3

rescaleMethod · 0.80
updatedFramesMethod · 0.80
updatedFramesMethod · 0.80

Calls 9

keyRangeMethod · 0.80
coordToPixelMethod · 0.80
keyPixelOffsetMethod · 0.80
pixelToCoordMethod · 0.80
normalizeMethod · 0.80
constBeginMethod · 0.80
constEndMethod · 0.80
dataMethod · 0.45
dataMainKeyMethod · 0.45

Tested by

no test coverage detected