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

touchgfx::Container::getLastChild() method

@fn virtual void Container::getLastChild(int16_t x, int16_t y, Drawable** last); Gets the last child of this container. Gets the last (=highest Z-order) child of this container that is enabled, visible and intersects with the specified point. Recursive function. @see Drawable::getLastChild

Syntax

virtual void getLastChild(int16_t x,     int16_t y,     Drawable** last);

Arguments

x

The x coordinate of the intersection.

y

The y coordinate of the intersection.

last

Call Tree

Functions calling touchgfx::Container::getLastChild()
touchgfx::Container::getLastChild()
Overridden methods
Methods overriding this one
touchgfx::Container::getLastChild()