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

Method setCacheSize

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:5563–5566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5561}
5562
5563void QCPLabelPainterPrivate::setCacheSize(int labelCount)
5564{
5565 mLabelCache.setMaxCost(labelCount);
5566}
5567
5568int QCPLabelPainterPrivate::cacheSize() const
5569{

Callers 1

QCPPolarAxisAngularMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected