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

Method axisRect

3rdparty/qcustomplot/qcustomplot.cpp:12250–12253  ·  view source on GitHub ↗

can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */

Source from the content-addressed store, hash-verified

12248
12249/* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
12250QCPAxisRect *QCPItemPosition::axisRect() const
12251{
12252 return mAxisRect.data();
12253}
12254
12255/*!
12256 Sets the type of the position. The type defines how the coordinates passed to \ref setCoords

Callers 13

setScaleRatioMethod · 0.80
QCPAbstractPlottableMethod · 0.80
clipRectMethod · 0.80
createPositionMethod · 0.80
addAxisMethod · 0.80
plottablesMethod · 0.80
graphsMethod · 0.80
itemsMethod · 0.80
layoutChangedMethod · 0.80
selectTestMethod · 0.80
getFillBasePointMethod · 0.80
getPixelSpacingMethod · 0.80

Calls 3

dataMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected