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

Method setStyle

3rdparty/qcustomplot/qcustomplot.cpp:5215–5218  ·  view source on GitHub ↗

! Sets the style of the ending decoration. */

Source from the content-addressed store, hash-verified

5213 Sets the style of the ending decoration.
5214*/
5215void QCPLineEnding::setStyle(QCPLineEnding::EndingStyle style)
5216{
5217 mStyle = style;
5218}
5219
5220/*!
5221 Sets the width of the ending decoration, if the style supports it. On arrows, for example, the

Callers 6

QCPBarsMethod · 0.80
EQSurfaceMethod · 0.80
CompanderSurfaceMethod · 0.80
onOptionsItemSelectedMethod · 0.80
EqualizerSurfaceMethod · 0.80
onOptionsItemSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected