AbstractGraph::drawCanvasWidget() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXAbstractGraph::drawCanvasWidget() const

AbstractGraph::drawCanvasWidget() const method

@fn virtual bool AbstractGraph::drawCanvasWidget(const Rect& invalidatedArea) const Draw the graph line. Draw the graph line. Care is taken not to spend time drawing graphs lines that are outside the invalidated area.

Syntax

virtual bool drawCanvasWidget(const Rect& invalidatedArea) const;
Implemented in AbstractGraph.cpp:206

Arguments

invalidatedArea

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

Return value

true if it succeeds, false if there was insufficient memory to draw the line.

Call Tree

Data read by AbstractGraph::drawCanvasWidget() const
Data written by AbstractGraph::drawCanvasWidget() const
AbstractGraph::drawCanvasWidget() const::firstIndex
AbstractGraph::drawCanvasWidget() const::lastIndex
AbstractGraph::drawCanvasWidget() const::index
AbstractGraph::drawCanvasWidget() const::canvas
AbstractGraph::drawCanvasWidget() const::xBelow
all items filtered out
AbstractGraph::drawCanvasWidget() const
AbstractGraph::drawCanvasWidget() const::firstIndex
AbstractGraph::drawCanvasWidget() const::lastIndex
AbstractGraph::drawCanvasWidget() const::index
all items filtered out
Overridden methods
Methods overriding this one
AbstractGraph::drawCanvasWidget() const
Type of AbstractGraph::drawCanvasWidget() const
AbstractGraph::drawCanvasWidget() const