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

Method applyBrush

src/qt/qcustomplot.cpp:10400–10403  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

10398 \see applyPen, getFinalScatterStyle
10399*/
10400void QCPSelectionDecorator::applyBrush(QCPPainter *painter) const
10401{
10402 painter->setBrush(mBrush);
10403}
10404
10405/*!
10406 Returns the scatter style that the parent plottable shall use for selected scatter points. The

Callers 2

drawMethod · 0.80
drawCandlestickPlotMethod · 0.80

Calls 1

setBrushMethod · 0.80

Tested by

no test coverage detected