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