TouchGFX + 0/1 examples
CodeScope will show references to touchgfx::Container::remove() from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::Container::remove() method

@fn virtual void Container::remove(Drawable& d); Removes a Drawable instance from the list of children. Removes a Drawable instance from the list of children.

Syntax

virtual void remove(Drawable& d);

Arguments

d

Notes

This is safe to call even if d is not a child (in which case nothing happens).

Examples

touchgfx::Container::remove() is referenced by 1 libraries and example projects.

Call Tree

Functions calling touchgfx::Container::remove()
all items filtered out
touchgfx::Container::remove()
Overridden methods
all items filtered out
touchgfx::Container::remove()