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

Method setTickLengthIn

qcustomplot/qcustomplot.cpp:8103–8109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

8101 \see setTickLengthOut, setTickLength, setSubTickLength
8102*/
8103void QCPAxis::setTickLengthIn(int inside)
8104{
8105 if (mAxisPainter->tickLengthIn != inside)
8106 {
8107 mAxisPainter->tickLengthIn = inside;
8108 }
8109}
8110
8111/*!
8112 Sets the length of the outward ticks in pixels. \a outside is the length the ticks will reach

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected