Layout and behaviour settings for List.
More...
#include <Malena/Traits/Settings/ListSettings.h>
Layout and behaviour settings for List.
Colors live in ListTheme.
- See also
- ControlSettings, ListTheme, ListStyle, List
Definition at line 23 of file ListSettings.h.
◆ getDividerThickness()
| float ml::ListSettings::getDividerThickness |
( |
| ) |
const |
|
inlinenodiscard |
◆ getIndent()
| float ml::ListSettings::getIndent |
( |
| ) |
const |
|
inlinenodiscard |
◆ getShowBackground()
| bool ml::ListSettings::getShowBackground |
( |
| ) |
const |
|
inlinenodiscard |
◆ getShowDividers()
| bool ml::ListSettings::getShowDividers |
( |
| ) |
const |
|
inlinenodiscard |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setDividerThickness()
| void ml::ListSettings::setDividerThickness |
( |
float | t | ) |
|
|
inline |
◆ setIndent()
| void ml::ListSettings::setIndent |
( |
float | i | ) |
|
|
inline |
◆ setShowBackground()
| void ml::ListSettings::setShowBackground |
( |
bool | b | ) |
|
|
inline |
◆ setShowDividers()
| void ml::ListSettings::setShowDividers |
( |
bool | b | ) |
|
|
inline |
◆ dividerThickness
| float ml::ListSettings::dividerThickness = 1.f |
◆ indent
| float ml::ListSettings::indent = 20.f |
Indentation added to nested Lists.
Definition at line 28 of file ListSettings.h.
◆ showBackground
| bool ml::ListSettings::showBackground = false |
◆ showDividers
| bool ml::ListSettings::showDividers = true |
The documentation for this struct was generated from the following file: