! Sets the custom shape that will be drawn as scatter point to \a customPath. The scatter shape is automatically set to \ref ssCustom. */
| 10118 | The scatter shape is automatically set to \ref ssCustom. |
| 10119 | */ |
| 10120 | void QCPScatterStyle::setCustomPath(const QPainterPath &customPath) |
| 10121 | { |
| 10122 | setShape(ssCustom); |
| 10123 | mCustomPath = customPath; |
| 10124 | } |
| 10125 | |
| 10126 | /*! |
| 10127 | Sets this scatter style to have an undefined pen (see \ref isPenDefined for what an undefined pen |
nothing calls this directly
no outgoing calls
no test coverage detected