malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Traits
Settings
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
10
#include <
Malena/Core/malena_export.h
>
11
#include <
Malena/Traits/Settings/GraphicSettings.h
>
12
13
namespace
ml
14
{
23
struct
ControlSettings
:
GraphicSettings
24
{
25
// ── Assignment from parent ────────────────────────────────────────────
26
27
ControlSettings
&
operator=
(
const
GraphicSettings
&)
28
{
29
return
*
this
;
30
}
31
};
32
33
}
// namespace ml
34
35
#endif
// MALENA_CONTROLSETTINGS_H
GraphicSettings.h
malena_export.h
ml
Definition
Component.h:22
ml::ControlSettings
Settings trait for interactive UI controls — layout only.
Definition
ControlSettings.h:24
ml::ControlSettings::operator=
ControlSettings & operator=(const GraphicSettings &)
Definition
ControlSettings.h:27
ml::GraphicSettings
Base settings trait for all visual components — geometry only.
Definition
GraphicSettings.h:35