|
UI_Lib
a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
|
Struct used to store the column, row and alignment of a item inside the grid. More...
#include <ContainerGrid.h>
Public Attributes | |
| UIElement * | item |
| Pointer to the item for which this configuration applies. | |
| uint8_t | columnIndex |
| Column inside the grid where the item is placed. | |
| uint8_t | rowIndex |
| Row inside the grid where the item is placed. | |
| GridCellAlignment_t | cellAlignment |
| Alignment of the item inside the grid cell. | |
| uint8_t | columnSpan |
| Number of columns over which the item is placed (starting from column index) | |
| uint8_t | rowSpan |
| Number of rows over which the item is placed (starting from row index) | |
Struct used to store the column, row and alignment of a item inside the grid.