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

Method QCPPainter

qcustomplot/qcustomplot.cpp:285–292  ·  view source on GitHub ↗

! Creates a new QCPPainter instance and sets default values */

Source from the content-addressed store, hash-verified

283 Creates a new QCPPainter instance and sets default values
284*/
285QCPPainter::QCPPainter() :
286 QPainter(),
287 mModes(pmDefault),
288 mIsAntialiasing(false)
289{
290 // don't setRenderHint(QPainter::NonCosmeticDefautPen) here, because painter isn't active yet and
291 // a call to begin() will follow
292}
293
294/*!
295 Creates a new QCPPainter instance on the specified paint \a device and sets default values. Just

Callers

nothing calls this directly

Calls 1

isActiveFunction · 0.85

Tested by

no test coverage detected