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

touchgfx::Drawable::setVisible() method

@fn void Drawable::setVisible(bool vis) Controls whether this Drawable should be visible. Controls whether this Drawable should be visible. Only visible Drawables will have their draw function called. Additionally, invisible drawables will not receive input events.

Syntax

void setVisible(bool vis);

Arguments

vis

true if this Drawable should be visible. By default, drawables are visible unless this function has been called with false as argument.

Notes

Changing this does not automatically yield a redraw.

Examples

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

References

LocationText
Drawable.hpp:469
void setVisible(bool vis)

Data Use

Data read by touchgfx::Drawable::setVisible()
Data written by touchgfx::Drawable::setVisible()
touchgfx::Drawable::setVisible()
all items filtered out