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

Method sortKeyIsMainKey

src/qt/qcustomplot.cpp:27375–27385  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

27373
27374/* inherits documentation from base class */
27375bool QCPErrorBars::sortKeyIsMainKey() const
27376{
27377 if (mDataPlottable)
27378 {
27379 return mDataPlottable->interface1D()->sortKeyIsMainKey();
27380 } else
27381 {
27382 qDebug() << Q_FUNC_INFO << "no data plottable set";
27383 return true;
27384 }
27385}
27386
27387/*!
27388 \copydoc QCPPlottableInterface1D::selectTestRect

Callers 3

drawMethod · 0.45
getValueRangeMethod · 0.45
getVisibleDataBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected