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

Method applyPen

src/qt/qcustomplot.cpp:10390–10393  ·  view source on GitHub ↗

! Sets the pen of \a painter to the pen of this selection decorator. \see applyBrush, getFinalScatterStyle */

Source from the content-addressed store, hash-verified

10388 \see applyBrush, getFinalScatterStyle
10389*/
10390void QCPSelectionDecorator::applyPen(QCPPainter *painter) const
10391{
10392 painter->setPen(mPen);
10393}
10394
10395/*!
10396 Sets the brush of \a painter to the brush of this selection decorator.

Callers 3

drawMethod · 0.80
drawOhlcPlotMethod · 0.80
drawCandlestickPlotMethod · 0.80

Calls 1

setPenMethod · 0.80

Tested by

no test coverage detected