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

touchgfx::Drawable::setWidth() method

@fn virtual void Drawable::setWidth(int16_t width) Sets the width of this drawable. Sets the width of this drawable.

Syntax

virtual void setWidth(int16_t width);

Arguments

width

The new width.

Notes

Changing this does not automatically yield a redraw.

Examples

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

Call Tree

Functions calling touchgfx::Drawable::setWidth()
all items filtered out
touchgfx::Drawable::setWidth()
Data read by touchgfx::Drawable::setWidth()
Data written by touchgfx::Drawable::setWidth()
touchgfx::Drawable::setWidth()
all items filtered out
Overridden methods
touchgfx::Drawable::setWidth()