TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::CanvasWidget::drawCanvasWidget() const from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::CanvasWidget::drawCanvasWidget() const

touchgfx::CanvasWidget::drawCanvasWidget() const method

@fn virtual bool CanvasWidget::drawCanvasWidget(const Rect& invalidatedArea) const = 0; Draw canvas widget for the given invalidated area. Draw canvas widget for the given invalidated area. Similar to draw(), but might be invoked with several times with smaller areas to due to memory constraints from the underlying CanvasWidgetRenderer. @see draw()

Syntax

virtual bool drawCanvasWidget(const Rect& invalidatedArea) const = 0;

Arguments

invalidatedArea

The invalidated area.

Return value

true the widget was drawn, false if not.

Examples

touchgfx::CanvasWidget::drawCanvasWidget() const is referenced by 3 libraries and example projects.

Override Tree

Overridden methods
touchgfx::CanvasWidget::drawCanvasWidget() const