UiUiUi
A user interface library for micro controller sketches based on U8g2
|
This is the complete list of members for UIArea, including all inherited members.
alignedTopLeft(UIAlignment alignment, UISize *element) | UIArea | |
bottom | UIArea | |
clear() | UIArea | |
debugPrint(const char *label) | UIArea | |
EMPTY | UIArea | static |
getSize() | UIArea | |
hasArea() | UIArea | |
intersectWith(UIArea *area) | UIArea | |
left | UIArea | |
right | UIArea | |
set(uint16_t left, uint16_t top, uint16_t right, uint16_t bottom) | UIArea | |
set(const UIArea *source) | UIArea | |
set(UIPoint *topLeft, UISize *size) | UIArea | |
set(UIPoint *topLeft, uint16_t width, uint16_t height) | UIArea | |
shrink(UISize *diff) | UIArea | |
top | UIArea | |
UIArea(uint16_t left, uint16_t top, uint16_t right, uint16_t bottom) | UIArea | |
UIArea() | UIArea | |
UIArea(UIArea *area) | UIArea | |
UIArea(UIPoint *topLeft, UISize *size) | UIArea | |
UIArea(UIPoint *topLeft, uint16_t width, uint16_t height) | UIArea | |
uniteWith(UIArea *area) | UIArea |