| 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; } |
no outgoing calls
no test coverage detected