LeviLamina
Loading...
Searching...
No Matches
ScreenViewCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7
8// auto generated forward declare list
9// clang-format off
10class RectangleArea;
13// clang-format on
14
15struct ScreenViewCommand {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 64, ::std::function<void(::FlyingItemCommand&)>> sendFlyingItems;
20 ::ll::TypedStorage<8, 64, ::std::function<void(::SelectNavigationTabCommand&)>> selectNavigationTab;
21 ::ll::TypedStorage<8, 64, ::std::function<void()>> openKeyboard;
22 ::ll::TypedStorage<8, 64, ::std::function<void()>> closeKeyboard;
23 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> selectControl;
24 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> selectVisibleControl;
25 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, bool)>> focusControl;
26 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> setFocusedTextBoxText;
27 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string const&)>> isFocusWithin;
28 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string const&)>> isSelected;
29 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, bool)>> scrollToControl;
30 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> scrollToControlAndSelect;
31 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, int)>> focusCollectionItem;
32 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string const&, int, int)>> scrollToGridItemOffset;
33 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string const&, int, ::std::string const&, int, int)>>
34 scrollToGridItemOffsetCollectionIndex;
35 ::ll::TypedStorage<
36 8,
37 64,
38 ::std::function<void(::std::string const&, ::std::string const&, ::std::string const&, int, int)>>
39 scrollToCollectionItem;
40 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> resetScrollWithin;
41 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, ::std::string const&, int)>>
42 setFocusToFocusIdWhenVisible;
43 ::ll::TypedStorage<8, 64, ::std::function<void()>> prepareFocusForModalPopup;
44 ::ll::TypedStorage<8, 64, ::std::function<void()>> updateTTSForSlider;
45 ::ll::TypedStorage<8, 64, ::std::function<void()>> forceRepeatTTS;
46 ::ll::TypedStorage<8, 64, ::std::function<void(float)>> setCustomObfuscatedTime;
47 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> triggerAnimationEvent;
48 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea(::std::string const&)>> getEnclosingScrollViewportArea;
49 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea(::std::string const&, int)>> getCollectionItemArea;
50 ::ll::TypedStorage<8, 64, ::std::function<float(::std::string const&)>> getEnclosingScrollVelocity;
51 ::ll::TypedStorage<8, 64, ::std::function<void(::std::function<::std::pair<::ui::DirtyFlag, bool>()>)>>
52 runOncePostLayout;
53 // NOLINTEND
54
55public:
56 // prevent constructor by default
57 ScreenViewCommand(ScreenViewCommand const&);
58 ScreenViewCommand();
59
60public:
61 // member functions
62 // NOLINTBEGIN
63 MCAPI ::ScreenViewCommand& operator=(::ScreenViewCommand const&);
64 // NOLINTEND
65};
Definition RectangleArea.h:5
Definition FlyingItemCommand.h:5
Definition ScreenViewCommand.h:5
Definition SelectNavigationTabCommand.h:5