LeviLamina
Loading...
Searching...
No Matches
ThemeProps.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8namespace Editor::Settings { struct ThemePalette; }
9// clang-format on
10
11namespace Editor::Settings {
12
13struct ThemeProps {
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ThemeProps();
26
28
29 MCAPI void operator=(::Editor::Settings::ThemeProps const& other);
30
31 MCAPI ~ThemeProps();
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor();
38
39 MCAPI void* $ctor(::Editor::Settings::ThemeProps const&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
48
49} // namespace Editor::Settings
Definition HashedString.h:5
Definition ThemeProps.h:13
Definition Alias.h:14