MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setOffset

Method setOffset

3rdparty/qcustomplot/qcustomplot.cpp:8995–8998  ·  view source on GitHub ↗

! Sets the offset the axis has to its axis rect side. If an axis rect side has multiple axes and automatic margin calculation is enabled for that side, only the offset of the inner most axis has meaning (even if it is set to be invisible). The offset of the other, outer axes is controlled automatically, to place them at appropriate positions. */

Source from the content-addressed store, hash-verified

8993 positions.
8994*/
8995void QCPAxis::setOffset(int offset)
8996{
8997 mAxisPainter->offset = offset;
8998}
8999
9000/*!
9001 Sets the font that is used for tick labels when they are selected.

Callers 2

removeAxisMethod · 0.80
updateAxesOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected