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

touchgfx::Cell::set() method

@fn void set(int _x, int _y, int _cover, int _area) Sets all the Cell parameters. Sets all the Cell parameters.

Syntax

void set(int _x,     int _y,     int _cover,     int _area);

Arguments

_x

The x coordinate.

_y

The y coordinate.

_cover

The cover.

_area

The area.

References

LocationText
Cell.hpp:50
void set(int _x, int _y, int _cover, int _area)

Call Tree

Functions called by touchgfx::Cell::set()
touchgfx::Cell::set()
Data read by touchgfx::Cell::set()
touchgfx::Cell::set()