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

Method getTickPen

qcustomplot/qcustomplot.cpp:9048–9051  ·  view source on GitHub ↗

! \internal Returns the pen that is used to draw the (major) ticks. Depending on the selection state, this is either mSelectedTickPen or mTickPen. */

Source from the content-addressed store, hash-verified

9046 is either mSelectedTickPen or mTickPen.
9047*/
9048QPen QCPAxis::getTickPen() const
9049{
9050 return mSelectedParts.testFlag(spAxis) ? mSelectedTickPen : mTickPen;
9051}
9052
9053/*! \internal
9054

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected