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

Method setWidth

src/qt/qcustomplot.cpp:5190–5193  ·  view source on GitHub ↗

! Sets the width of the ending decoration, if the style supports it. On arrows, for example, the width defines the size perpendicular to the arrow's pointing direction. \see setLength */

Source from the content-addressed store, hash-verified

5188 \see setLength
5189*/
5190void QCPLineEnding::setWidth(double width)
5191{
5192 mWidth = width;
5193}
5194
5195/*!
5196 Sets the length of the ending decoration, if the style supports it. On arrows, for example, the

Callers 9

paintMethod · 0.80
makeNonCosmeticMethod · 0.80
maximumOuterSizeHintMethod · 0.80
updateLayoutMethod · 0.80
placeTickLabelMethod · 0.80
getMaxTickLabelSizeMethod · 0.80
minimumOuterSizeHintMethod · 0.80
setIconSizeMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected