| 5510 | // getters: |
| 5511 | double width() const { return mWidth; } |
| 5512 | WidthType widthType() const { return mWidthType; } |
| 5513 | QCPBarsGroup *barsGroup() const { return mBarsGroup; } |
| 5514 | double baseValue() const { return mBaseValue; } |
| 5515 | double stackingGap() const { return mStackingGap; } |
nothing calls this directly
no outgoing calls
no test coverage detected