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

Method dataMainKey

3rdparty/qcustomplot/qcustomplot.cpp:28191–28198  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

28189
28190/* inherits documentation from base class */
28191double QCPErrorBars::dataMainKey(int index) const
28192{
28193 if (mDataPlottable)
28194 return mDataPlottable->interface1D()->dataMainKey(index);
28195 else
28196 qDebug() << Q_FUNC_INFO << "no data plottable set";
28197 return 0;
28198}
28199
28200/* inherits documentation from base class */
28201double QCPErrorBars::dataSortKey(int index) const

Callers 3

getPixelCoordinatesMethod · 0.45
getKeyRangeMethod · 0.45
getValueRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected