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

Method dataMainKey

qcustomplot.cpp:27401–27408  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27399
27400/* inherits documentation from base class */
27401double QCPErrorBars::dataMainKey(int index) const
27402{
27403 if (mDataPlottable)
27404 return mDataPlottable->interface1D()->dataMainKey(index);
27405 else
27406 qDebug() << Q_FUNC_INFO << "no data plottable set";
27407 return 0;
27408}
27409
27410/* inherits documentation from base class */
27411double 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