! Sets the width of the ending decoration, if the style supports it. On arrows, for example, the width defines the size perpendicular to the arrow's pointing direction. \see setLength */
| 5224 | \see setLength |
| 5225 | */ |
| 5226 | void QCPLineEnding::setWidth(double width) |
| 5227 | { |
| 5228 | mWidth = width; |
| 5229 | } |
| 5230 | |
| 5231 | /*! |
| 5232 | Sets the length of the ending decoration, if the style supports it. On arrows, for example, the |
no outgoing calls
no test coverage detected