LeviLamina
Loading...
Searching...
No Matches
ThemeSettingsThemeDeletedPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Network {
14
15class ThemeSettingsThemeDeletedPayload
16: public ::Editor::Network::NetworkPayload<::Editor::Network::ThemeSettingsThemeDeletedPayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23#ifdef LL_PLAT_S
24public:
25 // prevent constructor by default
26 ThemeSettingsThemeDeletedPayload& operator=(ThemeSettingsThemeDeletedPayload const&);
27 ThemeSettingsThemeDeletedPayload(ThemeSettingsThemeDeletedPayload const&);
28 ThemeSettingsThemeDeletedPayload();
29
30#else // LL_PLAT_C
31public:
32 // prevent constructor by default
33 ThemeSettingsThemeDeletedPayload& operator=(ThemeSettingsThemeDeletedPayload const&);
34 ThemeSettingsThemeDeletedPayload(ThemeSettingsThemeDeletedPayload const&);
35
36#endif
37public:
38 // member functions
39 // NOLINTBEGIN
40#ifdef LL_PLAT_C
41 MCNAPI ThemeSettingsThemeDeletedPayload();
42#endif
43
44 MCNAPI explicit ThemeSettingsThemeDeletedPayload(::std::string const& themeId);
45
46 MCNAPI ::std::string const& getThemeId() const;
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58#ifdef LL_PLAT_C
59 MCNAPI void* $ctor();
60#endif
61
62 MCNAPI void* $ctor(::std::string const& themeId);
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
71
72} // namespace Editor::Network
Definition NetworkPayload.h:8
MCAPI void * $ctor(::std::string const &themeId)
MCAPI ThemeSettingsThemeDeletedPayload(::std::string const &themeId)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::std::string const & getThemeId() const
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14