| 4549 | int bracketWidth() const { return mBracketWidth; } |
| 4550 | int bracketHeight() const { return mBracketHeight; } |
| 4551 | BracketStyle bracketStyle() const { return mBracketStyle; } |
| 4552 | bool tangentToData() const { return mTangentToData; } |
| 4553 | int tangentAverage() const { return mTangentAverage; } |
| 4554 |
nothing calls this directly
no outgoing calls
no test coverage detected