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

Method sortKeyIsMainKey

qcustomplot.cpp:27458–27468  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27456
27457/* inherits documentation from base class */
27458bool QCPErrorBars::sortKeyIsMainKey() const
27459{
27460 if (mDataPlottable)
27461 {
27462 return mDataPlottable->interface1D()->sortKeyIsMainKey();
27463 } else
27464 {
27465 qDebug() << Q_FUNC_INFO << "no data plottable set";
27466 return true;
27467 }
27468}
27469
27470/*!
27471 \copydoc QCPPlottableInterface1D::selectTestRect

Callers 3

drawMethod · 0.45
getValueRangeMethod · 0.45
getVisibleDataBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected