LeviLamina
Loading...
Searching...
No Matches
StackPanelComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/OrientationType.h"
7#include "mc/client/gui/controls/UIComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11class UIControl;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, ::ui::OrientationType> mOrientation;
19 ::ll::TypedStorage<4, 4, int> mFirstRenderedChild;
20 ::ll::TypedStorage<1, 1, bool> mShouldUseChildAnchors;
21 ::ll::TypedStorage<1, 1, bool> mShouldUsePriority;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~StackPanelComponent() /*override*/ = default;
28
29 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
30
31 virtual void reset() /*override*/;
32
33 virtual void onNotifyChildRemoved() /*override*/;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
40
41 MCFOLD void $reset();
42
43 MCAPI void $onNotifyChildRemoved();
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition StackPanelComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5
Definition UIControl.h:5