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