touchgfx::Button::draw() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Button::draw() const

touchgfx::Button::draw() const method

@fn virtual void Button::draw(const Rect& invalidatedArea) const; Draws the given invalidated area. @see Drawable::draw()

Syntax

virtual void draw(const Rect& invalidatedArea) const;

Arguments

invalidatedArea

The rectangle to draw, with coordinates relative to this drawable.

References

LocationReferrerScopeText
Button.hpp:65
virtual void draw(const Rect& invalidatedArea) const;
ButtonWithLabel.hpp:167touchgfx::ButtonWithLabel::draw() consttouchgfx::ButtonWithLabel
virtual void draw(const Rect& area) const;

Override Tree

Overridden methods
Methods overriding this one
touchgfx::Button::draw() const
all items filtered out