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

Method getBasePen

qcustomplot/qcustomplot.cpp:9038–9041  ·  view source on GitHub ↗

! \internal Returns the pen that is used to draw the axis base line. Depending on the selection state, this is either mSelectedBasePen or mBasePen. */

Source from the content-addressed store, hash-verified

9036 is either mSelectedBasePen or mBasePen.
9037*/
9038QPen QCPAxis::getBasePen() const
9039{
9040 return mSelectedParts.testFlag(spAxis) ? mSelectedBasePen : mBasePen;
9041}
9042
9043/*! \internal
9044

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected