! \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
| 11211 | \see setAntialiased, applyDefaultAntialiasingHint, applyScattersAntialiasingHint |
| 11212 | */ |
| 11213 | void QCPAbstractPlottable::applyFillAntialiasingHint(QCPPainter *painter) const |
| 11214 | { |
| 11215 | applyAntialiasingHint(painter, mAntialiasedFill, QCP::aeFills); |
| 11216 | } |
| 11217 | |
| 11218 | /*! \internal |
| 11219 |
nothing calls this directly
no outgoing calls
no test coverage detected