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

Method dataMainKey

src/qt/qcustomplot.cpp:27318–27325  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27316
27317/* inherits documentation from base class */
27318double QCPErrorBars::dataMainKey(int index) const
27319{
27320 if (mDataPlottable)
27321 return mDataPlottable->interface1D()->dataMainKey(index);
27322 else
27323 qDebug() << Q_FUNC_INFO << "no data plottable set";
27324 return 0;
27325}
27326
27327/* inherits documentation from base class */
27328double 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