| 3323 | bool selected() const { return !mSelection.isEmpty(); } |
| 3324 | QCPDataSelection selection() const { return mSelection; } |
| 3325 | QCPSelectionDecorator *selectionDecorator() const { return mSelectionDecorator; } |
| 3326 | |
| 3327 | // setters: |
| 3328 | void setName(const QString &name); |
nothing calls this directly
no outgoing calls
no test coverage detected