! Sets the length of the ending decoration, if the style supports it. On arrows, for example, the length defines the size in pointing direction. \see setWidth */
| 5206 | \see setWidth |
| 5207 | */ |
| 5208 | void QCPLineEnding::setLength(double length) |
| 5209 | { |
| 5210 | mLength = length; |
| 5211 | } |
| 5212 | |
| 5213 | /*! |
| 5214 | Sets whether the ending decoration shall be inverted. For example, an arrow decoration will point |
nothing calls this directly
no outgoing calls
no test coverage detected