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

Method getKeyRange

src/qt/qcustomplot.cpp:20285–20288  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

20283
20284/* inherits documentation from base class */
20285QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const
20286{
20287 return mDataContainer->keyRange(foundRange, inSignDomain);
20288}
20289
20290/* inherits documentation from base class */
20291QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const

Callers 1

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