| 2044 | int offset() const; |
| 2045 | SelectableParts selectedParts() const { return mSelectedParts; } |
| 2046 | SelectableParts selectableParts() const { return mSelectableParts; } |
| 2047 | QFont selectedTickLabelFont() const { return mSelectedTickLabelFont; } |
| 2048 | QFont selectedLabelFont() const { return mSelectedLabelFont; } |
| 2049 | QColor selectedTickLabelColor() const { return mSelectedTickLabelColor; } |
nothing calls this directly
no outgoing calls
no test coverage detected