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

Method setInverted

qcustomplot/qcustomplot.cpp:5221–5224  ·  view source on GitHub ↗

! 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

Source from the content-addressed store, hash-verified

5219 affected by it, which can be used to control to which side the half bar points to.
5220*/
5221void QCPLineEnding::setInverted(bool inverted)
5222{
5223 mInverted = inverted;
5224}
5225
5226/*! \internal
5227

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected