LeviLamina
Loading...
Searching...
No Matches
CursorPositionLayoutUpdater.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/HoverRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
11class LayoutComponent;
13class UIControl;
15class UIScene;
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
23
24 virtual bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) /*override*/;
25
26 virtual void render(::MinecraftUIRenderContext&, ::IClientInstance&, ::UIControl&, int) /*override*/;
27
28 virtual ~CursorPositionLayoutUpdater() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void setupLayoutForTooltip(::LayoutComponent& layoutComponent, ::glm::vec2 const& cursorPos);
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
41
42 MCAPI bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
43
44 MCFOLD void $render(::MinecraftUIRenderContext&, ::IClientInstance&, ::UIControl&, int);
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition CursorPositionLayoutUpdater.h:5
static MCAPI void ** $vftable()
Definition HoverRenderer.h:5
Definition IClientInstance.h:5
Definition LayoutComponent.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5
Definition UIScene.h:5