UiUiUi
A user interface library for micro controller sketches based on U8g2
|
This is the complete list of members for UIEnvelope, including all inherited members.
childNeedsRendering(UIWidget *child) | UIEnvelope | virtual |
clearBox(U8G2 *display, UIArea *dimm) | UIWidget | protected |
clearFull(U8G2 *display) | UIWidget | protected |
clip(U8G2 *display) | UIWidget | protected |
computePreferredSize(U8G2 *display, UISize *preferredSize) | UIEnvelope | protectedvirtual |
dim | UIWidget | protected |
layout(U8G2 *display, UIArea *dim) | UIEnvelope | virtual |
next | UIWidget | |
parent | UIWidget | protected |
preferredSize(U8G2 *display) | UIWidget | |
render(U8G2 *display, bool force) | UIEnvelope | virtual |
setParent(UIParent *parent) | UIWidget | virtual |
signalNeedsRendering() | UIWidget | protected |
UIEnvelope(UIExpansion expansion, UIAlignment alignment, UISize borderSize=UISize(), UIWidget *content=nullptr, UIWidget *next=nullptr) | UIEnvelope | |
UIEnvelope(UIExpansion expansion, UIAlignment alignment, UIWidget *content, UIWidget *next=nullptr) | UIEnvelope | |
UIWidget(UIWidget *next=nullptr) | UIWidget | protected |