LeviLamina
Loading...
Searching...
No Matches
SelectionContainerColorPayload.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/selection/SelectionContainerCommon.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
17: public ::Editor::Network::NetworkPayload<::Editor::Network::SelectionContainerColorPayload>,
19public:
20 // SelectionContainerColorPayload inner types define
21 enum class Element : int {
22 Outline = 0,
23 Fill = 1,
24 };
25
26public:
27 // member variables
28 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
38
39public:
40 // virtual functions
41 // NOLINTBEGIN
42 // vIndex: 0
43 virtual ~SelectionContainerColorPayload() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition SelectionContainerColorPayload.h:18
Definition SelectionContainerCommon.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14