3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
7#include "mc/deps/core/utility/pub_sub/Subscription.h"
19 ::ll::TypedStorage<8, 8, uint64> mlastReportedSubpage;
20 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mPageIndicatorManagerSub;
21 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mGridCompletionSub;
22 ::ll::TypedStorage<8, 32, ::std::string> mTargetWhenIsCurrentPage;
23 ::ll::TypedStorage<8, 32, ::std::string> mTargetWhenNotCurrentPage;
24 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mTarget;
29 PageIndicatorGridComponent();
34 virtual ~PageIndicatorGridComponent() ;
36 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
38 virtual void reset() ;
44 MCAPI
explicit PageIndicatorGridComponent(::UIControl& owner);
46 MCAPI
void _findCorrespondingDescendant(::std::shared_ptr<::UIControl> child,
bool isSelected, uint64& countFound);
48 MCAPI
void _registerWithManager();
50 MCAPI ::PageIndicatorManagerComponent* getPageIndicatorManager();
52 MCAPI
void notifyGridCompletedConstruction(uint64);
54 MCAPI
void notifySubPageChanged(uint64 newPage);
56 MCAPI
void setTarget(::std::shared_ptr<::UIControl> target);
58 MCFOLD
void setTargetWhenIsCurrentPage(::std::string
const& targetName);
60 MCFOLD
void setTargetWhenNotCurrentPage(::std::string
const& targetName);
66 MCAPI
void* $ctor(::UIControl& owner);
78 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
Definition PageIndicatorGridComponent.h:5
static MCAPI void ** $vftable()
Definition PageIndicatorManagerComponent.h:5
Definition UIComponent.h:5