MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / sortKeyIsMainKey

Method sortKeyIsMainKey

tools/qcustomplot.cpp:28215–28225  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

28213
28214/* inherits documentation from base class */
28215bool QCPErrorBars::sortKeyIsMainKey() const
28216{
28217 if (mDataPlottable)
28218 {
28219 return mDataPlottable->interface1D()->sortKeyIsMainKey();
28220 } else
28221 {
28222 qDebug() << Q_FUNC_INFO << "no data plottable set";
28223 return true;
28224 }
28225}
28226
28227/*!
28228 \copydoc QCPPlottableInterface1D::selectTestRect

Callers 3

drawMethod · 0.45
getValueRangeMethod · 0.45
getVisibleDataBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected