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

touchgfx::Container::moveChildrenRelative() method

@fn virtual void Container::moveChildrenRelative(int16_t deltaX, int16_t deltaY); Calls moveRelative on all children. Calls moveRelative on all children.

Syntax

virtual void moveChildrenRelative(int16_t deltaX,     int16_t deltaY);

Arguments

deltaX

Horizontal displacement.

deltaY

Vertical displacement.

References

LocationReferrerScopeText
Container.hpp:245
virtual void moveChildrenRelative(int16_t deltaX, int16_t deltaY);
ScrollableContainer.hpp:271touchgfx::ScrollableContainer::moveChildrenRelative()touchgfx::ScrollableContainer
virtual void moveChildrenRelative(int16_t deltaX, int16_t deltaY);

Override Tree

Overridden methods
touchgfx::Container::moveChildrenRelative()