| 6559 | TracerStyle style() const { return mStyle; } |
| 6560 | QCPGraph *graph() const { return mGraph; } |
| 6561 | double graphKey() const { return mGraphKey; } |
| 6562 | bool interpolating() const { return mInterpolating; } |
| 6563 | |
| 6564 | // setters; |
nothing calls this directly
no outgoing calls
no test coverage detected