LeviLamina
Loading...
Searching...
No Matches
AnchoredOffsetComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/UIComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class UIControl;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, float> mLastParentRelativeOffsetValueX;
18 ::ll::TypedStorage<4, 4, float> mLastParentRelativeOffsetValueY;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 AnchoredOffsetComponent();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~AnchoredOffsetComponent() /*override*/ = default;
29
30 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
31
32 virtual void reset() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI explicit AnchoredOffsetComponent(::UIControl& owner);
39
40 MCAPI void updateLayoutFromPropertyValue();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::UIControl& owner);
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
53
54 MCAPI void $reset();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition AnchoredOffsetComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5
Definition UIControl.h:5