TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Drawable::setHeight() 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::setHeight()

touchgfx::Drawable::setHeight() method

@fn virtual void Drawable::setHeight(int16_t height) Sets the height of this drawable. Sets the height of this drawable.

Syntax

virtual void setHeight(int16_t height);

Arguments

height

The new height.

Notes

Changing this does not automatically yield a redraw.

Examples

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

Call Tree

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