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

touchgfx::Cell::addCover() method

@fn void addCover(int _cover, int _area) Adds a cover to a Cell. Adds a cover to a Cell.

Syntax

void addCover(int _cover,     int _area);

Arguments

_cover

The cover to add to the Cell.

_area

The area to add to the Cell.

References

LocationText
Cell.hpp:98
void addCover(int _cover, int _area)

Data Use

Data read by touchgfx::Cell::addCover()
Data written by touchgfx::Cell::addCover()
touchgfx::Cell::addCover()