◆ Pimpl()
juce::ImageCache::Pimpl::Pimpl |
( |
| ) |
|
|
inline |
◆ ~Pimpl()
juce::ImageCache::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
◆ addImageToCache()
void juce::ImageCache::Pimpl::addImageToCache |
( |
const Image & |
image, |
|
|
const int64 |
hashCode |
|
) |
| |
|
inline |
◆ getFromHashCode()
Image juce::ImageCache::Pimpl::getFromHashCode |
( |
const int64 |
hashCode | ) |
|
|
inline |
◆ releaseUnusedImages()
void juce::ImageCache::Pimpl::releaseUnusedImages |
( |
| ) |
|
|
inline |
◆ timerCallback()
void juce::ImageCache::Pimpl::timerCallback |
( |
| ) |
|
|
inlineoverridevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements juce::Timer.
◆ cacheTimeout
unsigned int juce::ImageCache::Pimpl::cacheTimeout |
◆ lock
The documentation for this class was generated from the following file: