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

Method setWidth

3rdparty/qcustomplot/qcustomplot.cpp:5226–5229  ·  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

5224 \see setLength
5225*/
5226void QCPLineEnding::setWidth(double width)
5227{
5228 mWidth = width;
5229}
5230
5231/*!
5232 Sets the length of the ending decoration, if the style supports it. On arrows, for example, the

Callers 12

makeNonCosmeticMethod · 0.80
maximumOuterSizeHintMethod · 0.80
updateLayoutMethod · 0.80
placeTickLabelMethod · 0.80
getMaxTickLabelSizeMethod · 0.80
minimumOuterSizeHintMethod · 0.80
setIconSizeMethod · 0.80
drawPolylineMethod · 0.80
slideInMethod · 0.80
slideOutMethod · 0.80
fixSizeMethod · 0.80
forceManageModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected