UiUiUi
A user interface library for micro controller sketches based on U8g2
|
This is the complete list of members for UITextIcon, including all inherited members.
clearBox(U8G2 *display, UIArea *dimm) | UIWidget | protected |
clearFull(U8G2 *display) | UIWidget | protected |
clearText() | UITextLine | |
clip(U8G2 *display) | UIWidget | protected |
computePreferredSize(U8G2 *display, UISize *preferredSize) | UITextIcon | protectedvirtual |
dim | UIWidget | protected |
font | UITextLine | protected |
layout(U8G2 *display, UIArea *area) | UIWidget | virtual |
next | UIWidget | |
parent | UIWidget | protected |
preferredSize(U8G2 *display) | UIWidget | |
render(U8G2 *display, bool force) | UITextLine | virtual |
setParent(UIParent *parent) | UIWidget | virtual |
setText(const char *text) | UITextLine | |
signalNeedsRendering() | UIWidget | protected |
UITextIcon(const uint8_t *font, UISize preferredSize, UIWidget *next=nullptr) | UITextIcon | |
UITextLine(const uint8_t *font, UIAlignment alignment, bool useUTF8=false, UIWidget *next=nullptr) | UITextLine | |
UITextLine(const uint8_t *font, UIAlignment alignment, UIWidget *next) | UITextLine | |
UITextLine(const uint8_t *font, bool useUTF8, UIWidget *next=nullptr) | UITextLine | |
UITextLine(const uint8_t *font, UIWidget *next) | UITextLine | |
UITextLine(const uint8_t *font) | UITextLine | |
UIWidget(UIWidget *next=nullptr) | UIWidget | protected |
updateText() | UITextLine |