MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / dataMainValue

Method dataMainValue

qcustomplot/qcustomplot.cpp:27421–27428  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27419
27420/* inherits documentation from base class */
27421double QCPErrorBars::dataMainValue(int index) const
27422{
27423 if (mDataPlottable)
27424 return mDataPlottable->interface1D()->dataMainValue(index);
27425 else
27426 qDebug() << Q_FUNC_INFO << "no data plottable set";
27427 return 0;
27428}
27429
27430/* inherits documentation from base class */
27431QCPRange 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