getters:
| 4733 | |
| 4734 | // getters: |
| 4735 | QCPLegend *parentLegend() const { return mParentLegend; } |
| 4736 | QFont font() const { return mFont; } |
| 4737 | QColor textColor() const { return mTextColor; } |
| 4738 | QFont selectedFont() const { return mSelectedFont; } |
nothing calls this directly
no outgoing calls
no test coverage detected