MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / dataSortKey

Method dataSortKey

qcustomplot.cpp:27411–27418  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27409
27410/* inherits documentation from base class */
27411double QCPErrorBars::dataSortKey(int index) const
27412{
27413 if (mDataPlottable)
27414 return mDataPlottable->interface1D()->dataSortKey(index);
27415 else
27416 qDebug() << Q_FUNC_INFO << "no data plottable set";
27417 return 0;
27418}
27419
27420/* inherits documentation from base class */
27421double QCPErrorBars::dataMainValue(int index) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected