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

touchgfx::Drawable::getSolidRect() const method

@fn virtual Rect Drawable::getSolidRect() const = 0; Pure virtual function for obtaining the largest possible rectangle that is guaranteed to be solid (non-transparent). Pure virtual function for obtaining the largest possible rectangle that is guaranteed to be solid (non-transparent). Used by JSMOC to prune the draw graph.

Syntax

virtual Rect getSolidRect() const = 0;

Return value

The solid rect.

Notes

The rectangle returned must be relative to (0, 0), meaning that to indicate a completely solid widget, Rect(0, 0, getWidth(), getHeight()) must be returned.

Examples

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