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

Method getSubTickPen

qcustomplot/qcustomplot.cpp:9058–9061  ·  view source on GitHub ↗

! \internal Returns the pen that is used to draw the subticks. Depending on the selection state, this is either mSelectedSubTickPen or mSubTickPen. */

Source from the content-addressed store, hash-verified

9056 is either mSelectedSubTickPen or mSubTickPen.
9057*/
9058QPen QCPAxis::getSubTickPen() const
9059{
9060 return mSelectedParts.testFlag(spAxis) ? mSelectedSubTickPen : mSubTickPen;
9061}
9062
9063/*! \internal
9064

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected