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

AbstractGraph::setLinkedGraph() method

@fn void AbstractGraph::setLinkedGraph(AbstractGraph &other); Sets linked graph. Sets linked graph which is updated when necessary. Invalidation etc is also handled. Linked graphs share the memory used for graph points and will thus reduce memory requirements.

Syntax

void setLinkedGraph(AbstractGraph &other);
Implemented in AbstractGraph.cpp:65

Arguments

other

Notes

this is only intended to link to another graph with lineWidth==0 at the moment.

Call Tree

Functions calling AbstractGraph::setLinkedGraph()
Functions called by AbstractGraph::setLinkedGraph()
AbstractGraph::setLinkedGraph()
all items filtered out
Data read by AbstractGraph::setLinkedGraph()
Data written by AbstractGraph::setLinkedGraph()
AbstractGraph::setLinkedGraph()
all items filtered out