LeviLamina
Loading...
Searching...
No Matches
WidgetAddClipboardComponentPayload.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/WidgetComponentBasePayload.h"
8#include "mc/util/Mirror.h"
9#include "mc/util/Rotation.h"
10
11// auto generated forward declare list
12// clang-format off
13class Vec3;
14namespace cereal { struct ReflectionCtx; }
15namespace mce { class Color; }
16namespace mce { class UUID; }
17// clang-format on
18
19namespace Editor::Network {
20
22: public ::Editor::Network::NetworkPayload<::Editor::Network::WidgetAddClipboardComponentPayload>,
24public:
25 // member variables
26 // NOLINTBEGIN
35 // NOLINTEND
36
37public:
38 // prevent constructor by default
42
43public:
44 // virtual functions
45 // NOLINTBEGIN
46 // vIndex: 0
47 virtual ~WidgetAddClipboardComponentPayload() /*override*/;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
54 ::mce::UUID const& serviceId,
55 ::mce::UUID const& groupId,
56 ::mce::UUID const& widgetId,
57 ::mce::UUID const& componentId,
58 ::std::string const& componentName,
59 ::Vec3 const& pos,
60 bool visible,
61 bool lockToSurface,
62 ::std::string const& clipboardItemId,
63 ::Rotation rotation,
64 ::Mirror mirror,
65 ::Vec3 const& clipboardOffset,
66 ::Vec3 const& clipboardOrigin,
67 bool showBounds,
68 ::mce::Color const& outlineColor,
69 ::mce::Color const& fillColor
70 );
71 // NOLINTEND
72
73public:
74 // static functions
75 // NOLINTBEGIN
76 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
77 // NOLINTEND
78
79public:
80 // constructor thunks
81 // NOLINTBEGIN
82 MCAPI void* $ctor(
83 ::mce::UUID const& serviceId,
84 ::mce::UUID const& groupId,
85 ::mce::UUID const& widgetId,
86 ::mce::UUID const& componentId,
87 ::std::string const& componentName,
88 ::Vec3 const& pos,
89 bool visible,
90 bool lockToSurface,
91 ::std::string const& clipboardItemId,
92 ::Rotation rotation,
93 ::Mirror mirror,
94 ::Vec3 const& clipboardOffset,
95 ::Vec3 const& clipboardOrigin,
96 bool showBounds,
97 ::mce::Color const& outlineColor,
98 ::mce::Color const& fillColor
99 );
100 // NOLINTEND
101
102public:
103 // destructor thunk
104 // NOLINTBEGIN
105 MCFOLD void $dtor();
106 // NOLINTEND
107
108public:
109 // vftables
110 // NOLINTBEGIN
111 MCAPI static void** $vftable();
112 // NOLINTEND
113};
114
115} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition WidgetAddClipboardComponentPayload.h:23
Definition WidgetComponentBasePayload.h:17
Definition Vec3.h:10
Definition Color.h:13
Definition UUID.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14