touchgfx::Cell::setCoord() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Cell::setCoord() method

@fn void setCoord(int _x, int _y) Sets the coordinate of the Cell. Sets the coordinate of the Cell.

Syntax

void setCoord(int _x,     int _y);

Arguments

_x

The Cell's x coordinate.

_y

The Cell's y coordinate.

References

LocationReferrerScopeText
Cell.hpp:66
void setCoord(int _x, int _y)
Cell.hpp:52touchgfx::Cell::set()touchgfx::Cell
setCoord(_x, _y);

Call Tree

Functions calling touchgfx::Cell::setCoord()
all items filtered out
touchgfx::Cell::setCoord()
Data read by touchgfx::Cell::setCoord()
Data written by touchgfx::Cell::setCoord()
touchgfx::Cell::setCoord()