! Sets the pen of \a painter to the pen of this selection decorator. \see applyBrush, getFinalScatterStyle */
| 10388 | \see applyBrush, getFinalScatterStyle |
| 10389 | */ |
| 10390 | void 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. |
no test coverage detected