! Sets the brush of \a painter to the brush of this selection decorator. \see applyPen, getFinalScatterStyle */
| 10398 | \see applyPen, getFinalScatterStyle |
| 10399 | */ |
| 10400 | void 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 |
no test coverage detected