|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| StandardCachedComponentImage (Component &c) noexcept | |
| void | paint (Graphics &g) override |
| Called as part of the parent component's paint method, this must draw the given component into the target graphics context, using the cached version where possible. | |
| bool | invalidateAll () override |
| Invalidates all cached image data. | |
| bool | invalidate (const Rectangle< int > &area) override |
| Invalidates a section of the cached image data. | |
| void | releaseResources () override |
| Called to indicate that the component is no longer active, so any cached data should be released if possible. | |
Definition at line 499 of file juce_Component.cpp.
|
noexcept |
Definition at line 501 of file juce_Component.cpp.
|
overridevirtual |
Invalidates a section of the cached image data.
Implements juce::CachedComponentImage.
Definition at line 548 of file juce_Component.cpp.
|
overridevirtual |
Invalidates all cached image data.
Implements juce::CachedComponentImage.
Definition at line 547 of file juce_Component.cpp.
Called as part of the parent component's paint method, this must draw the given component into the target graphics context, using the cached version where possible.
Implements juce::CachedComponentImage.
Definition at line 503 of file juce_Component.cpp.
|
overridevirtual |
Called to indicate that the component is no longer active, so any cached data should be released if possible.
Implements juce::CachedComponentImage.
Definition at line 549 of file juce_Component.cpp.