touchgfx::Container::draw() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Container::draw() const

touchgfx::Container::draw() const method

@fn virtual void Container::draw(const Rect& invalidatedArea) const; Draws the children of this container. Draws the children of this container. Only used when JSMOC is disabled.

Syntax

virtual void draw(const Rect& invalidatedArea) const;

Arguments

invalidatedArea

The area to draw.

References

LocationText
Container.hpp:165
virtual void draw(const Rect& invalidatedArea) const;

Override Tree

Methods overriding this one
touchgfx::Container::draw() const
all items filtered out