MCPcopy Create free account
hub / github.com/cutechess/cutechess / dataSortKey

Method dataSortKey

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:28201–28208  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

28199
28200/* inherits documentation from base class */
28201double QCPErrorBars::dataSortKey(int index) const
28202{
28203 if (mDataPlottable)
28204 return mDataPlottable->interface1D()->dataSortKey(index);
28205 else
28206 qDebug() << Q_FUNC_INFO << "no data plottable set";
28207 return 0;
28208}
28209
28210/* inherits documentation from base class */
28211double QCPErrorBars::dataMainValue(int index) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected