MCPcopy Create free account
hub / github.com/cutechess/cutechess / clearCache

Method clearCache

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:5639–5642  ·  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 if any parameters have changed that invalidate the cached labels, such as font, color, etc. Usually you won't need to call this method manually. */

Source from the content-addressed store, hash-verified

5637 such as font, color, etc. Usually you won't need to call this method manually.
5638*/
5639void QCPLabelPainterPrivate::clearCache()
5640{
5641 mLabelCache.clear();
5642}
5643
5644/*! \internal
5645

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected