LeviLamina
Loading...
Searching...
No Matches
PageIndicatorGridComponent.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#include "mc/deps/core/utility/pub_sub/Subscription.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<8, 8, uint64> mlastReportedSubpage;
19 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mPageIndicatorManagerSub;
20 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mGridCompletionSub;
21 ::ll::TypedStorage<8, 32, ::std::string> mTargetWhenIsCurrentPage;
22 ::ll::TypedStorage<8, 32, ::std::string> mTargetWhenNotCurrentPage;
23 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mTarget;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~PageIndicatorGridComponent() /*override*/ = default;
30
31 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
32
33 virtual void reset() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI void _findCorrespondingDescendant(::std::shared_ptr<::UIControl> child, bool isSelected, uint64& countFound);
40
41 MCAPI void _registerWithManager();
42
43 MCAPI void notifyGridCompletedConstruction(uint64);
44
45 MCAPI void notifySubPageChanged(uint64 newPage);
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
52
53 MCFOLD void $reset();
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition PageIndicatorGridComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5
Definition UIControl.h:5