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