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> mMaxCycleCount;
19 ::ll::TypedStorage<8, 8, uint64> mCurrentCycleIndex;
20 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mPageIndicatorManagerSub;
25 BaseCyclingComponent();
30 virtual ~BaseCyclingComponent() ;
32 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const = 0;
34 virtual void reset() ;
36 virtual void _updateSubPage() = 0;
38 virtual void _postCreate() = 0;
44 MCAPI
explicit BaseCyclingComponent(::UIControl& owner);
46 MCAPI
void _notifyPageIndicatorManagerOfNewSubscriber();
48 MCAPI
void _notifySubPageChanged(uint64 newPage);
54 MCAPI
void* $ctor(::UIControl& owner);
Definition BaseCyclingComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5