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

Method axisRect

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

11520
11521/* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
11522QCPAxisRect *QCPItemPosition::axisRect() const
11523{
11524 return mAxisRect.data();
11525}
11526
11527/*!
11528 Sets the type of the position. The type defines how the coordinates passed to \ref setCoords

Callers 14

setScaleRatioMethod · 0.80
QCPAbstractPlottableMethod · 0.80
clipRectMethod · 0.80
createPositionMethod · 0.80
Q_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

dataMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected