MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / sortKeyIsMainKey

Function sortKeyIsMainKey

3rdparty/qcustomplot/qcustomplot.h:5473–5473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5471 inline double sortKey() const { return key; }
5472 inline static QCPGraphData fromSortKey(double sortKey) { return QCPGraphData(sortKey, 0); }
5473 inline static bool sortKeyIsMainKey() { return true; }
5474
5475 inline double mainKey() const { return key; }
5476 inline double mainValue() const { return value; }

Callers 5

keyRangeMethod · 0.85
valueRangeMethod · 0.85
sortKeyIsMainKeyMethod · 0.85
selectTestRectMethod · 0.85
selectTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected