! Sets the mode of the painter. This controls whether the painter shall adjust its fixes/workarounds optimized for certain output devices. */
| 392 | fixes/workarounds optimized for certain output devices. |
| 393 | */ |
| 394 | void QCPPainter::setModes(QCPPainter::PainterModes modes) |
| 395 | { |
| 396 | mModes = modes; |
| 397 | } |
| 398 | |
| 399 | /*! |
| 400 | Sets the QPainter::NonCosmeticDefaultPen in Qt versions before Qt5 after beginning painting on \a |
nothing calls this directly
no outgoing calls
no test coverage detected