! 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 */
| 5188 | \see setLength |
| 5189 | */ |
| 5190 | void QCPLineEnding::setWidth(double width) |
| 5191 | { |
| 5192 | mWidth = width; |
| 5193 | } |
| 5194 | |
| 5195 | /*! |
| 5196 | Sets the length of the ending decoration, if the style supports it. On arrows, for example, the |
no outgoing calls
no test coverage detected