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 // prevent constructor by default
24 ThemeProps(ThemeProps const&);
25 ThemeProps();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI void operator=(::Editor::Settings::ThemeProps const& other);
31
32 MCNAPI ~ThemeProps();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
41
42} // namespace Editor::Settings
Definition HashedString.h:5
Definition ThemePalette.h:13
Definition ThemeProps.h:13
MCAPI void operator=(::Editor::Settings::ThemeProps const &other)
Definition Alias.h:14