3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/ComponentReceiveActionType.h"
7#include "mc/client/gui/controls/UIComponent.h"
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;
33 virtual ~TooltipTriggerComponent() =
default;
35 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
37 virtual void reset() ;
39 virtual ::ComponentReceiveActionType receive(
40 ::VisualTree& visualTree,
41 ::ScreenInputContext& context,
42 ::UIAnimationController& animationController,
43 ::ScreenEvent
const& screenEvent
46 virtual ::std::string
const& getTextToSpeechComponentValue() const ;
52 MCFOLD
void _setVisible(::std::weak_ptr<::UIControl> const& control,
bool visible);
54 MCAPI
void _setVisiblePopup();
56 MCAPI
void _updateControlVisibility();
62 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner) const;
66 MCAPI ::ComponentReceiveActionType $receive(
67 ::VisualTree& visualTree,
68 ::ScreenInputContext& context,
69 ::UIAnimationController& animationController,
70 ::ScreenEvent const& screenEvent
73 MCFOLD ::std::
string const& $getTextToSpeechComponentValue() const;
Definition ScreenInputContext.h:5
Definition UIAnimationController.h:5
Definition UIComponent.h:5
Definition VisualTree.h:5
Definition ScreenEvent.h:5