UiUiUi
A user interface library for micro controller sketches based on U8g2
|
This is the complete list of members for UIWidgetGroup, including all inherited members.
childNeedsRendering(UIWidget *child) | UIWidgetGroup | virtual |
clearBox(U8G2 *display, UIArea *dimm) | UIWidget | protected |
clearFull(U8G2 *display) | UIWidget | protected |
clip(U8G2 *display) | UIWidget | protected |
computePreferredSize(U8G2 *display, UISize *preferredSize)=0 | UIWidget | protectedpure virtual |
dim | UIWidget | protected |
firstChild | UIWidgetGroup | protected |
layout(U8G2 *display, UIArea *area) | UIWidget | virtual |
next | UIWidget | |
parent | UIWidget | protected |
preferredSize(U8G2 *display) | UIWidget | |
render(U8G2 *display, bool force) | UIWidgetGroup | virtual |
renderChildren | UIWidgetGroup | protected |
setParent(UIParent *parent) | UIWidget | virtual |
signalNeedsRendering() | UIWidget | protected |
UIWidget(UIWidget *next=nullptr) | UIWidget | protected |
UIWidgetGroup(UIWidget *firstChild, UIWidget *next=nullptr) | UIWidgetGroup |