TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Drawable::invalidateRect() const from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Drawable::invalidateRect() const

touchgfx::Drawable::invalidateRect() const method

@fn virtual void Drawable::invalidateRect(Rect& invalidatedArea) const; Request that a subregion of this drawable is redrawn. Request that a subregion of this drawable is redrawn. Will recursively traverse the tree towards the root, and once reached, issue a draw operation. When this function returns, the specified invalidated area has been redrawn for all appropriate Drawables covering the region.

Syntax

virtual void invalidateRect(Rect& invalidatedArea) const;

Arguments

invalidatedArea

Examples

touchgfx::Drawable::invalidateRect() const is referenced by 4 libraries and example projects.

References

LocationText
Drawable.hpp:122
virtual void invalidateRect(Rect& invalidatedArea) const;