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

Method setAxisRect

3rdparty/qcustomplot/qcustomplot.cpp:12651–12654  ·  view source on GitHub ↗

! When \ref setType is \ref ptAxisRectRatio, this function may be used to specify the axis rect the coordinates set with \ref setCoords relate to. By default this is set to the main axis rect of the QCustomPlot. */

Source from the content-addressed store, hash-verified

12649 the QCustomPlot.
12650*/
12651void QCPItemPosition::setAxisRect(QCPAxisRect *axisRect)
12652{
12653 mAxisRect = axisRect;
12654}
12655
12656/*!
12657 Sets the apparent pixel position. This works no matter what type (\ref setType) this

Callers 1

createPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected