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