MCPcopy Create free account
hub / github.com/LUX-Core/lux / setAxisRect

Method setAxisRect

src/qt/qcustomplot.cpp:11923–11926  ·  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

11921 the QCustomPlot.
11922*/
11923void QCPItemPosition::setAxisRect(QCPAxisRect *axisRect)
11924{
11925 mAxisRect = axisRect;
11926}
11927
11928/*!
11929 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