LeviLamina
Loading...
Searching...
No Matches
WidgetGroupStateChangePayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7#include "mc/editor/services/widgets/WidgetCommonBasePayload.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Network {
15
16class WidgetGroupStateChangePayload
17: public ::Editor::Network::NetworkPayload<::Editor::Network::WidgetGroupStateChangePayload>,
19public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 WidgetGroupStateChangePayload& operator=(WidgetGroupStateChangePayload const&);
31 WidgetGroupStateChangePayload(WidgetGroupStateChangePayload const&);
32 WidgetGroupStateChangePayload();
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 virtual ~WidgetGroupStateChangePayload() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition WidgetCommonBasePayload.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14