LeviLamina
Loading...
Searching...
No Matches
TooltipTriggerComponent.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<1, 1, bool> mHover;
23 ::ll::TypedStorage<4, 4, uint> mTooltipTriggerNameId;
24 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mTopContentControl;
25 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mBottomContentControl;
26 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::UIControl>> mAreaControl;
27 ::ll::TypedStorage<8, 32, ::std::string> mTextTTSBindingNameOrValue;
28 // NOLINTEND
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~TooltipTriggerComponent() /*override*/;
34
35 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner) const /*override*/;
36
37 virtual void reset() /*override*/;
38
39 virtual ::ComponentReceiveActionType receive(
40 ::VisualTree& screenEvent,
41 ::ScreenInputContext&,
42 ::UIAnimationController&,
43 ::ScreenEvent const&
44 ) /*override*/;
45
46 virtual ::std::string const& getTextToSpeechComponentValue() const /*override*/;
47 // NOLINTEND
48
49public:
50 // member functions
51 // NOLINTBEGIN
52 MCFOLD void _setVisible(::std::weak_ptr<::UIControl> const& control, bool visible);
53
54 MCAPI void _setVisiblePopup();
55
56 MCAPI void _updateControlVisibility();
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCAPI void $dtor();
63 // NOLINTEND
64
65public:
66 // virtual function thunks
67 // NOLINTBEGIN
68 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
69
70 MCAPI void $reset();
71
72 MCAPI ::ComponentReceiveActionType
73 $receive(::VisualTree& screenEvent, ::ScreenInputContext&, ::UIAnimationController&, ::ScreenEvent const&);
74
75 MCFOLD ::std::string const& $getTextToSpeechComponentValue() const;
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCNAPI static void** $vftable();
82 // NOLINTEND
83};
Definition ScreenInputContext.h:5
Definition TooltipTriggerComponent.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