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

Method setSubTickLengthIn

qcustomplot/qcustomplot.cpp:8163–8169  ·  view source on GitHub ↗

! Sets the length of the inward subticks in pixels. \a inside is the length the subticks will reach inside the plot. \see setSubTickLengthOut, setSubTickLength, setTickLength */

Source from the content-addressed store, hash-verified

8161 \see setSubTickLengthOut, setSubTickLength, setTickLength
8162*/
8163void QCPAxis::setSubTickLengthIn(int inside)
8164{
8165 if (mAxisPainter->subTickLengthIn != inside)
8166 {
8167 mAxisPainter->subTickLengthIn = inside;
8168 }
8169}
8170
8171/*!
8172 Sets the length of the outward subticks in pixels. \a outside is the length the subticks will reach

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected