LeviLamina
Loading...
Searching...
No Matches
CollectionComponent.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
11class UIControl;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, int> mCurrentLength;
19 ::ll::TypedStorage<8, 32, ::std::string> mCollectionName;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mControlBindings;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
27
28 virtual void reset() /*override*/;
29
30 virtual ~CollectionComponent() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ::CollectionItemComponent const* const _findLastChildCollectionItemComponent();
37
38 MCAPI void _reinitializeCollection();
39
40 MCAPI void refreshPanelItems();
41
42 MCAPI void setControlBindings(::std::vector<::std::string> const& controlBindings);
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
49
50 MCFOLD void $reset();
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition CollectionComponent.h:5
static MCAPI void ** $vftable()
Definition CollectionItemComponent.h:5
Definition UIComponent.h:5
Definition UIControl.h:5