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

Method getValueRange

tools/qcustomplot.cpp:21101–21104  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

21099
21100/* inherits documentation from base class */
21101QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const
21102{
21103 return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange);
21104}
21105
21106/* inherits documentation from base class */
21107void QCPGraph::draw(QCPPainter *painter)

Callers 2

foreachFunction · 0.80
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