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

Method dataMainKey

tools/qcustomplot.cpp:28158–28165  ·  view source on GitHub ↗

inherits documentation from base class */

Source from the content-addressed store, hash-verified

28156
28157/* inherits documentation from base class */
28158double QCPErrorBars::dataMainKey(int index) const
28159{
28160 if (mDataPlottable)
28161 return mDataPlottable->interface1D()->dataMainKey(index);
28162 else
28163 qDebug() << Q_FUNC_INFO << "no data plottable set";
28164 return 0;
28165}
28166
28167/* inherits documentation from base class */
28168double 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