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

AbstractGraph::setHeight() method

@fn virtual void AbstractGraph::setHeight(int16_t height) Sets the height of this drawable. Sets the height of this drawable.

Syntax

virtual void setHeight(int16_t height);
Implemented in AbstractGraph.cpp:121

Arguments

height

The new height.

Notes

Changing this does not automatically yield a redraw.

References

LocationText
AbstractGraph.cpp:121
void AbstractGraph::setHeight(int16_t height)
AbstractGraph.hpp:230
virtual void setHeight(int16_t height);

Call Tree

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