TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::CanvasWidget::setPainter() 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::setPainter()

touchgfx::CanvasWidget::setPainter() method

@fn virtual void CanvasWidget::setPainter(AbstractPainter& painter); Sets the painter for the CanvasWidget. Sets the painter for the CanvasWidget. @see AbstractPainter

Syntax

virtual void setPainter(AbstractPainter& painter);

Arguments

painter

Notes

The area containing the CanvasWidget is not invalidated.

Examples

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

References

LocationText
CanvasWidget.hpp:73
virtual void setPainter(AbstractPainter& painter);