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

AbstractGraph::setX() method

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

Syntax

virtual void setX(int16_t x);
Implemented in AbstractGraph.cpp:94

Arguments

x

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

Notes

Changing this does not automatically yield a redraw.

References

LocationReferrerScopeText
AbstractGraph.cpp:94
void AbstractGraph::setX(int16_t x)
AbstractGraph.hpp:191
virtual void setX(int16_t x);
AbstractGraph.cpp:99AbstractGraph::setX()AbstractGraph
linkedGraph->setX(x);

Call Tree

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