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

GraphLine::drawCanvasWidget() const method

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

Syntax

virtual bool drawCanvasWidget(const Rect& invalidatedArea) const;
Implemented in GraphLine.cpp:22

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.

References

LocationReferrerScopeText
GraphLine.cpp:22
bool GraphLine::drawCanvasWidget(const Rect& invalidatedArea) const
GraphLine.hpp:54
virtual bool drawCanvasWidget(const Rect& invalidatedArea) const;
GraphBelow.hpp:54GraphBelow::drawCanvasWidget() constGraphBelow
virtual bool drawCanvasWidget(const Rect& invalidatedArea) const;

Call Tree

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