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

Method dataMainValue

3rdparty/qcustomplot/qcustomplot.cpp:28211–28218  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

28209
28210/* inherits documentation from base class */
28211double QCPErrorBars::dataMainValue(int index) const
28212{
28213 if (mDataPlottable)
28214 return mDataPlottable->interface1D()->dataMainValue(index);
28215 else
28216 qDebug() << Q_FUNC_INFO << "no data plottable set";
28217 return 0;
28218}
28219
28220/* inherits documentation from base class */
28221QCPRange 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