| 2359 | QBrush brush() const { return mBrush; } |
| 2360 | QPixmap pixmap() const { return mPixmap; } |
| 2361 | QPainterPath customPath() const { return mCustomPath; } |
| 2362 | |
| 2363 | // setters: |
| 2364 | void setFromOther(const QCPScatterStyle &other, ScatterProperties properties); |
nothing calls this directly
no outgoing calls
no test coverage detected