MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setModes

Method setModes

qcustomplot/qcustomplot.cpp:394–397  ·  view source on GitHub ↗

! Sets the mode of the painter. This controls whether the painter shall adjust its fixes/workarounds optimized for certain output devices. */

Source from the content-addressed store, hash-verified

392 fixes/workarounds optimized for certain output devices.
393*/
394void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected