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

touchgfx::CanvasWidget::invalidate() const method

@fn virtual void CanvasWidget::invalidate() const; Invalidates the area covered by this CanvasWidget. Invalidates the area covered by this CanvasWidget. Since many widgets are a lot smaller than the actual size of the canvas widget, each widget must be able to tell the smallest rectangle completely containing the shape drawn by the widget. For example a circle arc is typically much smaller than the widget containing the circle. @see getMinimalRect()

Syntax

virtual void invalidate() const;

Examples

touchgfx::CanvasWidget::invalidate() const is referenced by 3 libraries and example projects.

References

LocationText
CanvasWidget.hpp:151
virtual void invalidate() const;

Override Tree

Methods overriding this one
touchgfx::CanvasWidget::invalidate() const