MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / getKeyRange

Method getKeyRange

tools/qcustomplot.cpp:21095–21098  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

21093
21094/* inherits documentation from base class */
21095QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const
21096{
21097 return mDataContainer->keyRange(foundRange, inSignDomain);
21098}
21099
21100/* inherits documentation from base class */
21101QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const

Callers 2

foreachFunction · 0.80
rescaleMethod · 0.80

Calls 9

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

Tested by

no test coverage detected