TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Drawable::setXY() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::Drawable::setXY() method

@fn virtual void Drawable::setXY(int16_t x, int16_t y) Sets the x and y coordinates of this drawable. Sets the x and y coordinates of this drawable.

Syntax

virtual void setXY(int16_t x,     int16_t y);

Arguments

x

The new x value, relative to the parent. A negative value is allowed.

y

The new y value, relative to the parent. A negative value is allowed.

Notes

Changing this does not automatically yield a redraw.

Examples

touchgfx::Drawable::setXY() is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
Drawable.hpp:356
virtual void setXY(int16_t x, int16_t y)
Drawable.hpp:251touchgfx::Drawable::setPosition()touchgfx::Drawable
setXY(x, y);

Call Tree

Functions calling touchgfx::Drawable::setXY()
Functions called by touchgfx::Drawable::setXY()
all items filtered out
touchgfx::Drawable::setXY()
Data read by touchgfx::Drawable::setXY()
touchgfx::Drawable::setXY()