Loading...
Searching...
No Matches
TextInputSettings.h
Go to the documentation of this file.
1//
2// TextInputSettings.h
3//
4
5#ifndef MALENA_TEXTINPUTSETTINGS_H
6#define MALENA_TEXTINPUTSETTINGS_H
7
8#pragma once
9
12
13namespace ml
14{
25 {
26 // ── Assignment from parent levels ─────────────────────────────────────
27
29 { static_cast<InputSettings&>(*this) = i; return *this; }
30
32 { static_cast<InputSettings&>(*this) = c; return *this; }
33
35 { static_cast<InputSettings&>(*this) = g; return *this; }
36 };
37
38} // namespace ml
39
40#endif // MALENA_TEXTINPUTSETTINGS_H
Definition Component.h:22
Settings trait for interactive UI controls — layout only.
Base settings trait for all visual components — geometry only.
Layout and behaviour settings shared by all input controls.
Layout and behaviour settings for TextInput and TextArea.
TextInputSettings & operator=(const ControlSettings &c)
TextInputSettings & operator=(const GraphicSettings &g)
TextInputSettings & operator=(const InputSettings &i)