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

AbstractGraph::setWidth() method

@fn virtual void AbstractGraph::setWidth(int16_t width) Sets the width of this drawable. Sets the width of this drawable.

Syntax

virtual void setWidth(int16_t width);
Implemented in AbstractGraph.cpp:112

Arguments

width

The new width.

Notes

Changing this does not automatically yield a redraw.

References

LocationText
AbstractGraph.cpp:112
void AbstractGraph::setWidth(int16_t width)
AbstractGraph.hpp:217
virtual void setWidth(int16_t width);

Call Tree

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