Layout and behaviour settings for ListItem.
More...
#include <Malena/Traits/Settings/ListItemSettings.h>
|
| float | rowHeight = 0.f |
| | 0 = auto-sized from content
|
| float | slotGap = 8.f |
| | Pixel gap between start / content / end slots.
|
Layout and behaviour settings for ListItem.
Colors live in ListItemTheme. padding comes from ControlTheme and is shared across both chains.
- See also
- ControlSettings, ListItemTheme, ListItemStyle, ListItem
Definition at line 24 of file ListItemSettings.h.
◆ getRowHeight()
| float ml::ListItemSettings::getRowHeight |
( |
| ) |
const |
|
inlinenodiscard |
◆ getSlotGap()
| float ml::ListItemSettings::getSlotGap |
( |
| ) |
const |
|
inlinenodiscard |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setRowHeight()
| void ml::ListItemSettings::setRowHeight |
( |
float | h | ) |
|
|
inline |
◆ setSlotGap()
| void ml::ListItemSettings::setSlotGap |
( |
float | g | ) |
|
|
inline |
◆ rowHeight
| float ml::ListItemSettings::rowHeight = 0.f |
◆ slotGap
| float ml::ListItemSettings::slotGap = 8.f |
The documentation for this struct was generated from the following file: