LeviLamina
Loading...
Searching...
No Matches
UIComponent.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
8// auto generated forward declare list
9// clang-format off
12class UIControl;
13class VisualTree;
14struct ScreenEvent;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::UIControl&> mOwner;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~UIComponent() = default;
29
30 // vIndex: 1
31 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl&) const = 0;
32
33 // vIndex: 3
34 virtual ::ComponentReceiveActionType
36
37 // vIndex: 2
38 virtual ::ComponentReceiveActionType receive(::ScreenEvent const&);
39
40 // vIndex: 4
41 virtual void onNotifyChildAdded();
42
43 // vIndex: 5
44 virtual void onNotifyChildRemoved();
45
46 // vIndex: 6
47 virtual void onRemoved();
48
49 // vIndex: 7
50 virtual void onAdded();
51
52 // vIndex: 8
53 virtual void onVisibilityChanged(bool);
54
55 // vIndex: 9
56 virtual void onEnabledChanged(bool);
57
58 // vIndex: 10
59 virtual bool isRenderableComponent();
60
61 // vIndex: 11
62 virtual bool onLayoutChange();
63
64 // vIndex: 12
65 virtual void reset() = 0;
66
67 // vIndex: 13
68 virtual void reload(::UIComponent const&);
69
70 // vIndex: 14
71 virtual ::std::string const& getTextToSpeechComponentValue() const;
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77
78 // NOLINTEND
79
80public:
81 // virtual function thunks
82 // NOLINTBEGIN
83
84 // NOLINTEND
85};
Definition ScreenInputContext.h:5
Definition UIAnimationController.h:5
Definition UIComponent.h:17
Definition UIControl.h:5
Definition VisualTree.h:5
Definition ScreenEvent.h:14