3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/ComponentReceiveActionType.h"
7#include "mc/client/gui/controls/UIComponent.h"
22 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mScrollView;
28 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
30 virtual void reset() ;
32 virtual ::ComponentReceiveActionType receive(
33 ::VisualTree& screenEvent,
34 ::ScreenInputContext&,
35 ::UIAnimationController&,
43 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
47 MCAPI ::ComponentReceiveActionType
48 $receive(::VisualTree& screenEvent, ::ScreenInputContext&, ::UIAnimationController&, ::ScreenEvent
const&);
Definition ScreenInputContext.h:5
Definition UIAnimationController.h:5
Definition UIComponent.h:5
Definition VisualTree.h:5
Definition ScreenEvent.h:5