| 2246 | int padding() const { return mPadding; } |
| 2247 | int offset() const; |
| 2248 | SelectableParts selectedParts() const { return mSelectedParts; } |
| 2249 | SelectableParts selectableParts() const { return mSelectableParts; } |
| 2250 | QFont selectedTickLabelFont() const { return mSelectedTickLabelFont; } |
| 2251 | QFont selectedLabelFont() const { return mSelectedLabelFont; } |
no outgoing calls
no test coverage detected