11#include "UIWidgetGroup.h"
46 uint8_t extendingChildrenCount;
Area consisting of left, top, right, and bottom value.
Definition: UIArea.h:20
Widget group for widgets organized in rows one below the other.
Definition: UIRows.h:28
void computePreferredSize(U8G2 *display, UISize *preferredSize)
Preferred size of a rows group is computed by stacking the sub-widgets appropriately.
Definition: UIRows.cpp:37
void layout(U8G2 *display, UIArea *dim)
Layout all the sub-widgets one below the other.
Definition: UIRows.cpp:18
UIRows(UIWidget *firstChild, UIWidget *next=nullptr)
Create a group of row-wise arranged sub-widgets.
Definition: UIRows.cpp:14
Representation of a size, i.e.
Definition: UISize.h:9