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

Method applyFillAntialiasingHint

qcustomplot/qcustomplot.cpp:11213–11216  ·  view source on GitHub ↗

! \internal A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter before drawing plottable fills. This function takes into account the local setting of the antialiasing flag as well as the overrides set with \ref QCustomPlot::setAntialiasedElements and \ref QCustomPlot::setNotAntialiasedElements. \see setAntialiased, applyDefaultAntialias

Source from the content-addressed store, hash-verified

11211 \see setAntialiased, applyDefaultAntialiasingHint, applyScattersAntialiasingHint
11212*/
11213void QCPAbstractPlottable::applyFillAntialiasingHint(QCPPainter *painter) const
11214{
11215 applyAntialiasingHint(painter, mAntialiasedFill, QCP::aeFills);
11216}
11217
11218/*! \internal
11219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected