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

Method dataMainValue

src/qt/qcustomplot.cpp:27338–27345  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27336
27337/* inherits documentation from base class */
27338double QCPErrorBars::dataMainValue(int index) const
27339{
27340 if (mDataPlottable)
27341 return mDataPlottable->interface1D()->dataMainValue(index);
27342 else
27343 qDebug() << Q_FUNC_INFO << "no data plottable set";
27344 return 0;
27345}
27346
27347/* inherits documentation from base class */
27348QCPRange QCPErrorBars::dataValueRange(int index) const

Callers 3

getPixelCoordinatesMethod · 0.45
dataValueRangeMethod · 0.45
getValueRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected