3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
7#include "mc/deps/core/utility/pub_sub/Subscription.h"
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;
29 virtual ~PageIndicatorGridComponent() =
default;
31 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
33 virtual void reset() ;
39 MCAPI
void _findCorrespondingDescendant(::std::shared_ptr<::UIControl> child,
bool isSelected, uint64& countFound);
41 MCAPI
void _registerWithManager();
43 MCAPI
void notifyGridCompletedConstruction(uint64);
45 MCAPI
void notifySubPageChanged(uint64 newPage);
51 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
Definition PageIndicatorGridComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5