MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / getKeyRange

Method getKeyRange

3rdparty/qcustomplot/qcustomplot.cpp:21114–21117  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

21112
21113/* inherits documentation from base class */
21114QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const
21115{
21116 return mDataContainer->keyRange(foundRange, inSignDomain);
21117}
21118
21119/* inherits documentation from base class */
21120QCPRange 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
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