Layout and behaviour settings shared by all input controls.
More...
#include <Malena/Traits/Settings/InputSettings.h>
Layout and behaviour settings shared by all input controls.
Base for TextInputSettings and SelectSettings. Colors live in InputTheme.
- See also
- ControlSettings, InputTheme, TextInputSettings, SelectSettings
Definition at line 26 of file InputSettings.h.
◆ getMaxLength()
| std::size_t ml::InputSettings::getMaxLength |
( |
| ) |
const |
|
inlinenodiscard |
◆ getPasswordChar()
| char32_t ml::InputSettings::getPasswordChar |
( |
| ) |
const |
|
inlinenodiscard |
◆ getSize()
◆ isPasswordMode()
| bool ml::InputSettings::isPasswordMode |
( |
| ) |
const |
|
inlinenodiscard |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setMaxLength()
| void ml::InputSettings::setMaxLength |
( |
std::size_t | n | ) |
|
|
inline |
◆ setPasswordChar()
| void ml::InputSettings::setPasswordChar |
( |
char32_t | c | ) |
|
|
inline |
◆ setPasswordMode()
| void ml::InputSettings::setPasswordMode |
( |
bool | b | ) |
|
|
inline |
◆ setSize()
◆ maxLength
| std::size_t ml::InputSettings::maxLength = 0 |
◆ passwordChar
| char32_t ml::InputSettings::passwordChar = U'\u2022' |
◆ passwordMode
| bool ml::InputSettings::passwordMode = false |
◆ size
The documentation for this struct was generated from the following file: