MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / clearCache

Method clearCache

qcustomplot.cpp:9455–9458  ·  view source on GitHub ↗

! \internal Clears the internal label cache. Upon the next \ref draw, all labels will be created new. This method is called automatically in \ref draw, if any parameters have changed that invalidate the cached labels, such as font, color, etc. */

Source from the content-addressed store, hash-verified

9453 cached labels, such as font, color, etc.
9454*/
9455void QCPAxisPainterPrivate::clearCache()
9456{
9457 mLabelCache.clear();
9458}
9459
9460/*! \internal
9461

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected