LeviLamina
Loading...
Searching...
No Matches
GraphicsSettingsChangedPayload.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 Editor::Settings { struct GraphicsProps; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Network {
15
16class GraphicsSettingsChangedPayload
17: public ::Editor::Network::NetworkPayload<::Editor::Network::GraphicsSettingsChangedPayload> {
18public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24#ifdef LL_PLAT_S
25public:
26 // prevent constructor by default
27 GraphicsSettingsChangedPayload& operator=(GraphicsSettingsChangedPayload const&);
28 GraphicsSettingsChangedPayload(GraphicsSettingsChangedPayload const&);
29 GraphicsSettingsChangedPayload();
30
31#else // LL_PLAT_C
32public:
33 // prevent constructor by default
34 GraphicsSettingsChangedPayload& operator=(GraphicsSettingsChangedPayload const&);
35 GraphicsSettingsChangedPayload(GraphicsSettingsChangedPayload const&);
36
37#endif
38public:
39 // member functions
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCNAPI GraphicsSettingsChangedPayload();
43#endif
44
46
47 MCNAPI ::Editor::Settings::GraphicsProps const& getGraphicsSettingsProps() const;
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59#ifdef LL_PLAT_C
60 MCNAPI void* $ctor();
61#endif
62
63 MCNAPI void* $ctor(::Editor::Settings::GraphicsProps const& props);
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace Editor::Network
MCAPI::Editor::Settings::GraphicsProps const & getGraphicsSettingsProps() const
MCAPI GraphicsSettingsChangedPayload(::Editor::Settings::GraphicsProps const &props)
MCAPI void * $ctor(::Editor::Settings::GraphicsProps const &props)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition NetworkPayload.h:8
Definition GraphicsProps.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14