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

touchgfx::Container::contains() method

@fn virtual bool Container::contains(const Drawable& d); Query if this object contains the given drawable. Query if this object contains the given drawable.

Syntax

virtual bool contains(const Drawable& d);

Arguments

d

The Drawable to look for.

Return value

True if the specified Drawable instance is direct child of this container, false otherwise.

References

LocationText
Container.hpp:123
virtual bool contains(const Drawable& d);