MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / axisRect

Method axisRect

qcustomplot.cpp:11533–11536  ·  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

11531
11532/* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
11533QCPAxisRect *QCPItemPosition::axisRect() const
11534{
11535 return mAxisRect.data();
11536}
11537
11538/*!
11539 Sets the type of the position. The type defines how the coordinates passed to \ref setCoords

Callers 15

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

Calls 3

atMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected