Layout and behaviour settings for Select.
More...
#include <Malena/Traits/Settings/SelectSettings.h>
Layout and behaviour settings for Select.
Extends InputSettings with dropdown-specific geometry. Colors live in SelectTheme.
- See also
- InputSettings, SelectTheme, SelectStyle, Select
Definition at line 24 of file SelectSettings.h.
◆ getDescCharSize()
| unsigned int ml::SelectSettings::getDescCharSize |
( |
| ) |
const |
|
inlinenodiscard |
◆ getItemHeight()
| float ml::SelectSettings::getItemHeight |
( |
| ) |
const |
|
inlinenodiscard |
◆ getMaxLength()
| std::size_t ml::InputSettings::getMaxLength |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getMaxVisibleItems()
| float ml::SelectSettings::getMaxVisibleItems |
( |
| ) |
const |
|
inlinenodiscard |
◆ getPasswordChar()
| char32_t ml::InputSettings::getPasswordChar |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ getSize()
◆ isPasswordMode()
| bool ml::InputSettings::isPasswordMode |
( |
| ) |
const |
|
inlinenodiscardinherited |
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ setDescCharSize()
| void ml::SelectSettings::setDescCharSize |
( |
unsigned int | s | ) |
|
|
inline |
◆ setItemHeight()
| void ml::SelectSettings::setItemHeight |
( |
float | h | ) |
|
|
inline |
◆ setMaxLength()
| void ml::InputSettings::setMaxLength |
( |
std::size_t | n | ) |
|
|
inlineinherited |
◆ setMaxVisibleItems()
| void ml::SelectSettings::setMaxVisibleItems |
( |
float | n | ) |
|
|
inline |
◆ setPasswordChar()
| void ml::InputSettings::setPasswordChar |
( |
char32_t | c | ) |
|
|
inlineinherited |
◆ setPasswordMode()
| void ml::InputSettings::setPasswordMode |
( |
bool | b | ) |
|
|
inlineinherited |
◆ setSize()
◆ descCharSize
| unsigned int ml::SelectSettings::descCharSize = 11 |
◆ itemHeight
| float ml::SelectSettings::itemHeight = 40.f |
◆ maxLength
| std::size_t ml::InputSettings::maxLength = 0 |
|
inherited |
◆ maxVisibleItems
| float ml::SelectSettings::maxVisibleItems = 6.f |
◆ passwordChar
| char32_t ml::InputSettings::passwordChar = U'\u2022' |
|
inherited |
◆ passwordMode
| bool ml::InputSettings::passwordMode = false |
|
inherited |
◆ size
The documentation for this struct was generated from the following file: