Area consisting of left, top, right, and bottom value.
Definition: UIArea.h:20
Representation of a size, i.e.
Definition: UISize.h:9
Vertical line with optional empty border left and right, always spreads as wide as possible to top an...
Definition: UIVerticalLine.h:13
UIVerticalLine(uint16_t border=0, uint16_t lineWidth=1, UIWidget *next=nullptr)
Create a vertical line.
Definition: UIVerticalLine.cpp:13
void computePreferredSize(U8G2 *display, UISize *preferredSize)
The preferred size of a line is 1+2*border in width and "as high as possible".
Definition: UIVerticalLine.cpp:34
UIArea * render(U8G2 *display, bool force)
A line is only rendered if rendering is forced, otherwise it never changes.
Definition: UIVerticalLine.cpp:20