LeviLamina
Loading...
Searching...
No Matches
ScrollbarBoxComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/ComponentReceiveActionType.h"
7#include "mc/client/gui/controls/UIComponent.h"
8
9// auto generated forward declare list
10// clang-format off
13class UIControl;
14class VisualTree;
15struct ScreenEvent;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mScrollView;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
29
30 virtual void reset() /*override*/;
31
32 virtual ::ComponentReceiveActionType receive(
33 ::VisualTree& visualTree,
34 ::ScreenInputContext& context,
35 ::UIAnimationController& animationController,
36 ::ScreenEvent const& screenEvent
37 ) /*override*/;
38
39 virtual ~ScrollbarBoxComponent() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
46
47 MCFOLD void $reset();
48
49 MCAPI ::ComponentReceiveActionType $receive(
50 ::VisualTree& visualTree,
51 ::ScreenInputContext& context,
52 ::UIAnimationController& animationController,
53 ::ScreenEvent const& screenEvent
54 );
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition ScreenInputContext.h:5
Definition ScrollbarBoxComponent.h:5
static MCAPI void ** $vftable()
Definition UIAnimationController.h:5
Definition UIComponent.h:5
Definition UIControl.h:5
Definition VisualTree.h:5
Definition ScreenEvent.h:5