MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setHead

Method setHead

qcustomplot/qcustomplot.cpp:28310–28313  ·  view source on GitHub ↗

! 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 */

Source from the content-addressed store, hash-verified

28308 \see setTail
28309*/
28310void 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected