! Sets the line ending style of the head. The head corresponds to the \a end position. Note that due to the overloaded QCPLineEnding constructor, you may directly specify a QCPLineEnding::EndingStyle here, e.g. \code setHead(QCPLineEnding::esSpikeArrow) \endcode \see setTail */
| 28308 | \see setTail |
| 28309 | */ |
| 28310 | void QCPItemLine::setHead(const QCPLineEnding &head) |
| 28311 | { |
| 28312 | mHead = head; |
| 28313 | } |
| 28314 | |
| 28315 | /*! |
| 28316 | Sets the line ending style of the tail. The tail corresponds to the \a start position. |
nothing calls this directly
no outgoing calls
no test coverage detected