AbstractGraph::setY() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AbstractGraph::setY() method

@fn virtual void Drawable::setY(int16_t y) Sets the y coordinate of this drawable. Sets the y coordinate of this drawable.

Syntax

virtual void setY(int16_t y);
Implemented in AbstractGraph.cpp:103

Arguments

y

The new y value, relative to the parent. A negative value is allowed.

Notes

Changing this does not automatically yield a redraw.

References

LocationReferrerScopeText
AbstractGraph.cpp:103
void AbstractGraph::setY(int16_t y)
AbstractGraph.hpp:204
virtual void setY(int16_t y);
AbstractGraph.cpp:108AbstractGraph::setY()AbstractGraph
linkedGraph->setY(y);

Call Tree

Functions calling AbstractGraph::setY()
Functions called by AbstractGraph::setY()
all items filtered out
AbstractGraph::setY()
Data read by AbstractGraph::setY()
AbstractGraph::setY()
Methods overriding this one
AbstractGraph::setY()
all items filtered out