|
UiUiUi
A user interface library for micro controller sketches based on U8g2
|
This is the complete list of members for UIBitmap, including all inherited members.
| clearBox(U8G2 *display, UIArea *dimm) | UIWidget | protected |
| clearFull(U8G2 *display) | UIWidget | protected |
| clip(U8G2 *display) | UIWidget | protected |
| computePreferredSize(U8G2 *display, UISize *preferredSize) | UIBitmap | protectedvirtual |
| dim | UIWidget | protected |
| layout(U8G2 *display, UIArea *area) | UIWidget | virtual |
| next | UIWidget | |
| parent | UIWidget | protected |
| preferredSize(U8G2 *display) | UIWidget | |
| render(U8G2 *display, bool force) | UIBitmap | virtual |
| setParent(UIParent *parent) | UIWidget | virtual |
| signalNeedsRendering() | UIWidget | protected |
| UIBitmap(uint16_t width, uint16_t height, const uint8_t *bitmap, UIAlignment alignment, UIWidget *next=nullptr) | UIBitmap | |
| UIBitmap(uint16_t width, uint16_t height, const uint8_t *bitmap, UIWidget *next=nullptr) | UIBitmap | |
| UIWidget(UIWidget *next=nullptr) | UIWidget | protected |