LeviLamina
Loading...
Searching...
No Matches
ThemePalette.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8namespace mce { class Color; }
9// clang-format on
10
11namespace Editor::Settings {
12
14public:
15 // member variables
16 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ThemePalette();
28
30
31 MCAPI ::Editor::Settings::ThemePalette& operator=(::Editor::Settings::ThemePalette const&);
32
33 MCAPI ::Editor::Settings::ThemePalette& operator=(::Editor::Settings::ThemePalette&&);
34
35 MCAPI ~ThemePalette();
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::HashedString const& DARK_THEME_ID();
42
43 MCAPI static ::HashedString const& HIGH_CONTRAST_THEME_ID();
44
45 MCAPI static ::HashedString const& LIGHT_THEME_ID();
46
47 MCAPI static ::HashedString const& REDSTONE_THEME_ID();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor();
54
55 MCAPI void* $ctor(::Editor::Settings::ThemePalette const&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace Editor::Settings
Definition HashedString.h:5
Definition ThemePalette.h:13
Definition Alias.h:14