! Sets whether the ending decoration shall be inverted. For example, an arrow decoration will point inward when \a inverted is set to true. Note that also the \a width direction is inverted. For symmetrical ending styles like arrows or discs, this doesn't make a difference. However, asymmetric styles like \ref esHalfBar are affected by it, which can be used to control to which side the
| 5219 | affected by it, which can be used to control to which side the half bar points to. |
| 5220 | */ |
| 5221 | void QCPLineEnding::setInverted(bool inverted) |
| 5222 | { |
| 5223 | mInverted = inverted; |
| 5224 | } |
| 5225 | |
| 5226 | /*! \internal |
| 5227 |
nothing calls this directly
no outgoing calls
no test coverage detected