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

touchgfx::ScrollableContainer::getLastChild() method

@fn virtual void ScrollableContainer::getLastChild(int16_t x, int16_t y, Drawable** last) Gets the last child in the container. Gets the last child in the container. The ScrollableContainer needs to intercept click events, since the scrollbars are displayed upon reception of a PRESSED ClickEvent. The ScrollableContainer will automatically re-delegate the event to the appropriate child.

Syntax

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

Arguments

x

The x coordinate of the (click) event.

y

The y coordinate of the (click) event.

last

References

LocationText
ScrollableContainer.hpp:166
virtual void getLastChild(int16_t x, int16_t y, Drawable** last)

Call Tree

Functions called by touchgfx::ScrollableContainer::getLastChild()
touchgfx::ScrollableContainer::getLastChild()
Data read by touchgfx::ScrollableContainer::getLastChild()
touchgfx::ScrollableContainer::getLastChild()
Methods overriding this one
touchgfx::ScrollableContainer::getLastChild()