touchgfx::Screen::add() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Screen::add() method

@fn void Screen::add(Drawable& d) Add a drawable to the content container. Add a drawable to the content container.

Syntax

void add(Drawable& d);

Arguments

d

Notes

Must not be called with a Drawable that was already added to the screen. If in doubt, call remove() first.

References

LocationText
Screen.hpp:280
void add(Drawable& d)

Call Tree

Functions called by touchgfx::Screen::add()
touchgfx::Screen::add()
all items filtered out
Data read by touchgfx::Screen::add()
touchgfx::Screen::add()