Loading...
Searching...
No Matches
ControlSettings.h
Go to the documentation of this file.
1//
2// ControlSettings.h
3//
4
5#ifndef MALENA_CONTROLSETTINGS_H
6#define MALENA_CONTROLSETTINGS_H
7
8#pragma once
9
12
13namespace ml
14{
24 {
25 // ── Assignment from parent ────────────────────────────────────────────
26
28 {
29 return *this;
30 }
31 };
32
33} // namespace ml
34
35#endif // MALENA_CONTROLSETTINGS_H
Definition Component.h:22
Settings trait for interactive UI controls — layout only.
ControlSettings & operator=(const GraphicSettings &)
Base settings trait for all visual components — geometry only.