| 5067 | // getters: |
| 5068 | QCPLegend *parentLegend() const { return mParentLegend; } |
| 5069 | QFont font() const { return mFont; } |
| 5070 | QColor textColor() const { return mTextColor; } |
| 5071 | QFont selectedFont() const { return mSelectedFont; } |
| 5072 | QColor selectedTextColor() const { return mSelectedTextColor; } |
no outgoing calls
no test coverage detected