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

touchgfx::Drawable::draw() const method

@fn virtual void Drawable::draw(const Rect& invalidatedArea) const = 0; Pure virtual function for drawing this drawable. Pure virtual function for drawing this drawable. It is a requirement that the draw implementation does not draw outside the region specified by invalidatedArea.

Syntax

virtual void draw(const Rect& invalidatedArea) const = 0;

Arguments

invalidatedArea

The subregion of this drawable that needs to be redrawn, expressed in coordinates relative to its parent (e.g. for a complete redraw, invalidatedArea will be (0, 0, width, height).

Examples

touchgfx::Drawable::draw() const is referenced by 1 libraries and example projects.