| 5140 | inline static bool sortKeyIsMainKey() { return true; } |
| 5141 | |
| 5142 | inline double mainKey() const { return key; } |
| 5143 | inline double mainValue() const { return value; } |
| 5144 | |
| 5145 | inline QCPRange valueRange() const { return QCPRange(value, value); } |
nothing calls this directly
no outgoing calls
no test coverage detected